legendary-doc-site/script/server

11 lines
115 B
Text
Raw Normal View History

2020-07-02 21:08:53 +00:00
#!/bin/sh
set -x
set -e
FULL_PATH=$(realpath $0)
DIR_PATH=$(dirname $FULL_PATH)
$DIR_PATH/update
mix phx.server