mirror of
https://github.com/fly-apps/live_beats.git
synced 2025-01-26 06:38:07 +00:00
4 lines
75 B
Text
4 lines
75 B
Text
|
#!/bin/sh
|
||
|
cd -P -- "$(dirname -- "$0")"
|
||
|
PHX_SERVER=true ./live_beats start
|