Update makefiles.sh

* Add `#!/bin/bash` to shell script
This commit is contained in:
abraunegg 2019-01-06 09:49:01 +11:00 committed by GitHub
parent 84c69a5234
commit 79a9815183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/bin/bash
ONEDRIVEALT=~/OneDriveALT ONEDRIVEALT=~/OneDriveALT
if [ ! -d ${ONEDRIVEALT} ]; then if [ ! -d ${ONEDRIVEALT} ]; then
mkdir -p ${ONEDRIVEALT} mkdir -p ${ONEDRIVEALT}