Add alias to push everything in the podcasts directory to a podcast mount

Make an alias out of what was a script
main
Buddy Sandidge 12 years ago
parent 074014ac30
commit ee58c8ddc6

@ -56,6 +56,8 @@ alias simple-http-server='python -m SimpleHTTPServer'
alias numfiles='find . -maxdepth 1 -type f | wc -l'
alias deepgrep='find . -type f | sed "s/$/\"/g" | sed "s/^/\"/g" | xargs grep --color '
alias push-to-player="rsync -recursive --verbose --times --modify-window=1 --delete $pods_dir `mount -l | awk '/podcasts/ {print $3}'`/podcast/"
# Move around to common locations
alias desktop="cd $desktop_dir"
alias podcasts="cd $pods_dir"

Loading…
Cancel
Save