mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-26 01:40:59 +00:00
3 lines
75 B
Bash
Executable file
3 lines
75 B
Bash
Executable file
#!/bin/sh
|
|
cd -P -- "$(dirname -- "$0")"
|
|
PHX_SERVER=true ./live_beats start
|