This commit is contained in:
Farid Musa 2024-01-01 22:03:12 +04:00
parent 3d6c5a1cb2
commit ff359dad6f
1 changed files with 5 additions and 0 deletions

5
reset.sh Executable file
View File

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