#!/bin/bash
touch $1
echo "#!/bin/bash" > $1
sudo chmod u+x $1

