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