feat(Bash/restarter): add restarter to the available bin/ collection (#3991)
This commit is contained in:
parent
7eb1720d3b
commit
ab72d3ce91
2 changed files with 20 additions and 11 deletions
5
bin/acore-restarter
Executable file
5
bin/acore-restarter
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
source "$CUR_PATH/../apps/startup-scripts/simple-restarter"
|
||||
Loading…
Add table
Add a link
Reference in a new issue