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