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