5 lines
83 B
1
#!/bin/sh
2
set -eu
3
4
cd -P -- "$(dirname -- "$0")"
5
PHX_SERVER=true exec ./blog start
6