5 lines
97 B
Bash
Executable file
5 lines
97 B
Bash
Executable file
#!/bin/sh
|
|
/app/bin/migrate
|
|
|
|
cd -P -- "$(dirname -- "$0")"
|
|
PHX_SERVER=true exec ./pinchflat start
|