Use exec in bin/run.

This commit is contained in:
Arik Fraimovich 2014-04-19 15:39:26 +03:00
parent efdaf4cf3a
commit 95bcffc28a

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
source .env
"$@"
exec "$@"