Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 50:407b3bac9cb0
Added 'slurp' alias for pulling content from a web directory
author | huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
---|---|
date | Sat, 21 May 2011 14:46:13 +0000 |
parents | 8d204a89b981 |
children | 44c36681ca0f |
comparison
equal
deleted
inserted
replaced
49:8d204a89b981 | 50:407b3bac9cb0 |
---|---|
85 alias ssy="sshfs -oreconnect${DARWIN:+,volname=Syrinx} syrinx.astro.princeton.edu: $HOME/syrinx" | 85 alias ssy="sshfs -oreconnect${DARWIN:+,volname=Syrinx} syrinx.astro.princeton.edu: $HOME/syrinx" |
86 alias sx="sshfs -oreconnect${DARWIN:+,volname=Xanadu} xanadu.astro.princeton.edu: $HOME/xanadu" | 86 alias sx="sshfs -oreconnect${DARWIN:+,volname=Xanadu} xanadu.astro.princeton.edu: $HOME/xanadu" |
87 | 87 |
88 # Other | 88 # Other |
89 alias condor_check="ls -lat /u/condor/hosts/*/log/MasterLog /scr/chimera0/condor/hosts/*/log/MasterLog" | 89 alias condor_check="ls -lat /u/condor/hosts/*/log/MasterLog /scr/chimera0/condor/hosts/*/log/MasterLog" |
90 alias slurp="wget -r -l1 -np -nd -A.mp3" | |
90 | 91 |
91 # Functions | 92 # Functions |
92 update_toodledo() { | 93 update_toodledo() { |
93 case `hostname -s` in | 94 case `hostname -s` in |
94 xanadu|syrinx) | 95 xanadu|syrinx) |