4 lines
94 B
Bash
Executable File
4 lines
94 B
Bash
Executable File
#!/usr/bin/env bash
|
|
DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
exec "$DIR/scripts/run_proxy_god.sh"
|