10 lines
81 B
Bash
Executable file
10 lines
81 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -x
|
|
set -e
|
|
|
|
DIR_PATH=$(dirname $0)
|
|
|
|
$DIR_PATH/update
|
|
|
|
iex -S mix
|