Skip to content

Instantly share code, notes, and snippets.

@selfup
Last active March 24, 2018 14:02
Show Gist options
  • Save selfup/84f2a2c4e7a941bda8d0d2cc614243b0 to your computer and use it in GitHub Desktop.
Save selfup/84f2a2c4e7a941bda8d0d2cc614243b0 to your computer and use it in GitHub Desktop.
function cmxs {
alias cmxsh="chmod +x ./scripts/*.sh"
function meta_mod {
echo $cmxsh >> ./scripts/chmodx.sh && $cmxsh
}
if [ -d scripts ]
then
meta_mod
else
mkdir scripts && meta_mod
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment