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