lila/bin/cli
2012-09-03 20:57:51 +02:00

8 lines
135 B
Bash
Executable file

#!/bin/sh
if [ -z $* ]; then
bin/play -Dcore.cron.enabled=false
else
bin/play -Dcore.cron.enabled=false ";project cli;run $*"
fi