This commit is contained in:
j 2014-05-14 11:57:11 +02:00
commit d385853186
48 changed files with 1344 additions and 488 deletions

1
ctl
View file

@ -44,7 +44,6 @@ if [ "$1" == "debug" ]; then
exit 1
fi
shift
echo Open browser at http://$HOST
python oml server $@
exit $?
fi