Add missing shebangs.

This commit is contained in:
Darko Poljak 2017-07-15 22:16:25 +02:00
parent 4e27c863ef
commit 31899b2263
2 changed files with 4 additions and 0 deletions

View File

@ -1 +1,3 @@
#!/bin/sh -e
__line go_in_path --line 'export PATH=/usr/local/go/bin:$PATH' --file /etc/profile

View File

@ -1,3 +1,5 @@
#!/bin/sh -e
os=$(cat $__global/explorer/os)
os_version=$(cat $__global/explorer/os_version)