mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 12:51:08 +00:00
feat(Bash/restarter): add restarter to the available bin/ collection (#3991)
This commit is contained in:
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"
|
||||
Reference in New Issue
Block a user