Added u-boot.sh for deployment on Debian boxes
[oweals/finalsclub.git] / restart
1 #!/bin/bash
2
3 ./stop
4 sleep 1
5 ./start
6