Question from a Terminal newbie ... is there a way to automatically execute the three commands I use for the subversion checkout?
(Namely these three:
cd /Library/Application\ Support/TextMate
export LC_CTYPE=en_US.UTF-8
svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk ./
)
Does the application Pipe help you do something like automating this into a little macro? Or is there a more direct way?
Thanks very much for the help - Jim