Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save deldersveld/f4d808d1a530045e12af22b58414792b to your computer and use it in GitHub Desktop.
Save deldersveld/f4d808d1a530045e12af22b58414792b to your computer and use it in GitHub Desktop.
{
"version": "1.0",
"name": "[Tool Name]",
"description": "[Tool Description]",
"path": "C:\\[PATH TO PYTHON EXECUTABLE]\\python.exe",
"arguments": "C:/[PATH TO PYTHON SCRIPT].py \"%server%\" \"%database%\"",
"iconData": "data:image/png;base64,[YOUR BASE64 IMAGE CONTENT]"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment