Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ricard-inho/8028caca6eab9a4e5e832eb1a257f7fe to your computer and use it in GitHub Desktop.
Save ricard-inho/8028caca6eab9a4e5e832eb1a257f7fe to your computer and use it in GitHub Desktop.
Create a new File in your Packages/User directory (CTRL-SHIFT-P --> "Browse Packages")
New File: Packages/User/my_build.sublime-build
with the following content:
```
{
"cmd": ["python", "$file", "arg1", "arg2"]
}
````
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment