flex

script to download and update your actionscript 3 and flex bundle

a little script i use to stay up to date with the current actionscript 3 and flex bundle in review

mkdir -p /Library/Application\ Support/TextMate/Bundles
cd /Library/Application\ Support/TextMate/Bundles
svn co http://macromates.com/svn/Bundles/trunk/Review/Bundles/Flex.tmbundle
svn co http://macromates.com/svn/Bundles/trunk/Review/Bundles/ActionScript\ 3.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'

copy - paste this code into a file ( mine calls updateAs3FlexBundle.sh )
then open terminal ( or iTerm)
the first time to make it executable

$ chmod +x updateAs3FlexBundle.sh

then you can run as frequent as you like

./updateAs3FlexBundle.sh

enjoy !!

Syndicate content
Theme provided by Danang Probo Sayekti.