Posts Tagged “script”
Running SublimeText 2 from Terminal on Mac OSX
by admin on November 7, 2011
Invoke the following command: $ sudo ln -s /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl /usr/bin/subl Now, you can use something like: $ subl . to open up current folder with SublimeText
First Python Script: Header Appender
by admin on January 31, 2011
I started learning Python just yesterday and I’m not only making some good progress but also just finished writing my first ever Python script that processes a bunch of *.cs files and appends a header to each files (basically a (…)