Shell wrapper to source env before running command

This commit is contained in:
Arik Fraimovich
2014-03-25 10:22:50 +02:00
parent eade74ffb0
commit 870cc142a9

3
bin/run Executable file
View File

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