Merge branch 'master' of github.com:/finalsclubdev/FinalsClub
[oweals/finalsclub.git] / restart
1 #!/bin/bash
2
3 ./stop
4 sleep 1
5 ./start
6