4 lines
84 B
Elixir
4 lines
84 B
Elixir
|
#!/bin/sh
|
||
|
cd -P -- "$(dirname -- "$0")"
|
||
|
PHX_SERVER=true exec ./<%= otp_app %> start
|