Skip to content

Instantly share code, notes, and snippets.

@ismnoiet
Created October 9, 2015 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ismnoiet/89dbaaf0bec9588bef41 to your computer and use it in GitHub Desktop.
Save ismnoiet/89dbaaf0bec9588bef41 to your computer and use it in GitHub Desktop.
1) append to the end of the ~/.bashrc file
alias gogo="sudo chmod -R 0777 $dest"
2)make bashrc as the current source, in order to consider tha latest modification
source ~/.bashrc
3) give a value for the dest variable
dest="something"
4) call the gogo alias with the value of dest
gogo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment