3 lines
110 B
Bash
3 lines
110 B
Bash
|
#!/usr/bin/env bash
|
||
|
elixir --name ${HOSTNAME}@$(hostname -i | cut -d ' ' -f1) --cookie ${1} -S mix phx.server
|