diff --git a/app.sh b/app.sh index 6713f60..7424beb 100755 --- a/app.sh +++ b/app.sh @@ -7,4 +7,6 @@ case $1 in git commit -m $(date "+%Y-%m-%dT%H:%M:%S") git push origin ;; -esac \ No newline at end of file + *) + code . +esac