1
mirror of https://github.com/home-assistant/core synced 2024-10-01 05:30:36 +02:00

Add shebang for script/setup

This commit is contained in:
Josh Wright 2016-03-26 16:21:27 -04:00
parent 80b65f1895
commit 90ec2c274b

View File

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