Skip to content

Instantly share code, notes, and snippets.

@rnorth
Created September 22, 2014 02:36
Show Gist options
  • Save rnorth/4a9651c2c36ba71a5ab2 to your computer and use it in GitHub Desktop.
Save rnorth/4a9651c2c36ba71a5ab2 to your computer and use it in GitHub Desktop.
Fish function: chmox
function chmox
chmod +x $argv
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment