6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
|
#!/bin/sh
|
||
|
set -eu
|
||
|
|
||
|
cd -P -- "$(dirname -- "$0")"
|
||
|
PHX_SERVER=true exec ./chronoscope start
|