reset
This commit is contained in:
parent
3d6c5a1cb2
commit
ff359dad6f
1 changed files with 5 additions and 0 deletions
5
reset.sh
Executable file
5
reset.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eo pipefail
|
||||
|
||||
./stop.sh "$@"
|
||||
./start.sh "$@"
|
Loading…
Reference in a new issue