first commit
This commit is contained in:
5
scripts/app_launcher.sh
Executable file
5
scripts/app_launcher.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
ROOT="$(cd "$(dirname "$0")/../../.." && pwd)"
|
||||
exec "$ROOT/scripts/run_proxy_god.sh"
|
||||
Reference in New Issue
Block a user