legendary-doc-site/script/test
2020-07-02 16:08:53 -05:00

11 lines
No EOL
109 B
Bash
Executable file

#!/bin/sh
set -x
set -e
FULL_PATH=$(realpath $0)
DIR_PATH=$(dirname $FULL_PATH)
$DIR_PATH/update
mix test