Skip to content

Instantly share code, notes, and snippets.

@teared
Created October 17, 2017 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teared/7c4ad5f878f0637da147a73b2826ae41 to your computer and use it in GitHub Desktop.
Save teared/7c4ad5f878f0637da147a73b2826ae41 to your computer and use it in GitHub Desktop.
Example Octave build system for Sublime Text on Windows
{
"cmd": ["C:/Portable/Octave/bin/octave.exe",
"-p $file_path",
"$file_name"],
"path": "C:/Portable/Octave/bin",
"selector": "source.matlab"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment