Merge pull request #1620 from JshWright/add-shebang

Add shebang for script/setup
This commit is contained in:
Paulus Schoutsen
2016-03-26 13:33:59 -07:00

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env sh
cd "$(dirname "$0")/.." cd "$(dirname "$0")/.."
git submodule init git submodule init