Last active
December 21, 2015 23:39
-
-
Save spuder/6383925 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo " | |
alias 'pfind'='ps aux |grep ' | |
alias 'mhome'='cd /opt/moab/currentMoab && ls' | |
alias 'thome'='cd /var/spool/torque/currentTorque && ls' | |
" > /etc/profile.d/spencer.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This script sets up some aliases for all users. Useful for openstack environments:
sudo git clone git://gist.github.com/6383925.git /tmp/spencerEnvironment
sudo /tmp/spencerEnvironment/install.sh