use 'exec' command

This commit is contained in:
bkfox 2016-12-31 15:44:02 +01:00
parent cb70d59f8f
commit 48f740502b

View File

@ -2,6 +2,5 @@
root_dir=`dirname $0`/..
cd $root_dir
source $root_dir/venv/bin/activate
$@
deactivate
exec $@