1
0
Fork 0
mirror of synced 2024-05-27 12:31:14 -04:00
This commit is contained in:
Farid Musa 2024-01-01 22:03:12 +04:00
parent 3d6c5a1cb2
commit ff359dad6f

5
reset.sh Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -eo pipefail
./stop.sh "$@"
./start.sh "$@"