Fix push-to-player script

Buddy Sandidge 12 years ago
parent 6b8981bbc9
commit a660ad4389

@ -17,7 +17,7 @@ else
docs_dir='~/documents' docs_dir='~/documents'
# linux only alias # linux only alias
alias push-to-player="rsync -recursive --verbose --times --modify-window=1 --delete $pods_dir `mount -l | awk '/podcasts/ {print $3}'`/podcast/" alias push-to-player="rsync -recursive --verbose --times --modify-window=1 --delete $pods_dir/ `mount -l | awk '/podcasts/ {print $3}'`/podcast/"
fi fi
if [[ `uname` == 'FreeBSD' ]]; then if [[ `uname` == 'FreeBSD' ]]; then
alias ls='ls -G' alias ls='ls -G'

Loading…
Cancel
Save