mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-22 16:10:59 +00:00
4 lines
75 B
Text
4 lines
75 B
Text
|
#!/bin/sh
|
||
|
cd -P -- "$(dirname -- "$0")"
|
||
|
PHX_SERVER=true ./live_beats start
|