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