Pluxemburg upload script
Today when working with the pluxemburg.com-site I got really tired of uploading everything with Transmit. Since our host doesn’t have support for rsync or something like that, I made this really easy bash-script that will upload everything that have been changed since last time the script was runned.
cd ~/Projects/Pluxemburg/pluxemburg.com #local path to site root<br />
find . -newer ./lastupload -exec open -a Transmit "{}" \;<br />
touch ./lastupload
In Transmit, remember that both local and remote paths have been set, and “Use DockSend” enabled. I saved the script as an application using Automator (Automator –> Run Shell Script), and made an icon in 20 seconds.
Now I just run the app from QuickSilver or Finder and it uploads everything really fast and easy.
Update: This is for OS X and only tested in 10.4 Tiger