Skip to content

Instantly share code, notes, and snippets.

View MellowPhi's full-sized avatar
🎯
Focusing

Om Thapa MellowPhi

🎯
Focusing
  • Australia
  • 21:25 (UTC -08:00)
View GitHub Profile
@qwo
qwo / javaBR.sublime-build
Created January 30, 2014 03:08
Build and Run Java in Sublime Text
//Build and run java, works on OSX 10.9 Mavericks and Sublime and up
{
"cmd": ["javac \"$file_name\" && java \"$file_base_name\""],
"shell": true,
"file_regex": "^(...*?):([0-9]*):?([0-9]*)",
"selector": "source.java"
}