Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "file_regex": "^(...*?):([0-9]*):?([0-9]*)",
- "selector": "source.java",
- "encoding": "utf-8",
- "cmd": ["sh", "-c", "javac $file_name && java $file_base_name && rm -rf *.class"]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement