diff --git a/dev_deploy.sh b/dev_deploy.sh index ad4e2ccb..c51c6dae 120000 --- a/dev_deploy.sh +++ b/dev_deploy.sh @@ -1 +1,3 @@ -scripts/dev_deploy.sh \ No newline at end of file +#!/usr/bin/env bash + +./scripts/dev_deploy.sh "$@"