8 lines
119 B
Bash
Executable File
8 lines
119 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#MISE description="Run the application attached to an IEx console"
|
|
|
|
set -e
|
|
|
|
iex -S mix phx.server
|