Skip to content

Instantly share code, notes, and snippets.

@tushortz
Created October 14, 2015 18:42
Show Gist options
  • Save tushortz/06c60dc2a0f9adc4ff3e to your computer and use it in GitHub Desktop.
Save tushortz/06c60dc2a0f9adc4ff3e to your computer and use it in GitHub Desktop.
{
"cmd": ["sqlite3 < $file_base_name"],
"selector": "source.sql",
"shell": true,
"variants":
[
{
"name": "With .sql",
"cmd": ["sqlite3 < $file"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment