Files
leanote/sh/run.sh
2021-03-26 14:19:53 +08:00

5 lines
78 B
Bash

SCRIPTPATH=$(dirname "$PWD")
echo $SCRIPTPATH;
cd $SCRIPTPATH;
revel run -a .