5 lines
143 B
Bash
Executable file
5 lines
143 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
source "$CUR_PATH/../apps/startup-scripts/simple-restarter"
|