#!/usr/bin/env bash

filename=$1
touch "$filename"
chmod +x "$filename"
echo "#!/usr/bin/env bash" >> "$filename"
