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