c513c43a52
So that they can be run standalone and not just through Mise
12 lines
187 B
Bash
Executable File
12 lines
187 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#MISE description="Run the application attached to an IEx console"
|
|
|
|
set -e
|
|
|
|
source "$(dirname "$0")/../_helpers.sh"
|
|
|
|
ensure_working_directory!
|
|
|
|
iex -S mix phx.server
|