3 lines
78 B
Bash
Executable file
3 lines
78 B
Bash
Executable file
#!/bin/sh
|
|
cd -P -- "$(dirname -- "$0")"
|
|
PHX_SERVER=true exec ./shift73k start
|