feat(Bash/restarter): add restarter to the available bin/ collection (#3991)

This commit is contained in:
Francesco Borzì
2020-12-15 12:59:18 +01:00
committed by GitHub
parent 7eb1720d3b
commit ab72d3ce91
2 changed files with 20 additions and 11 deletions

5
bin/acore-restarter Executable file
View 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"