Skip to content

Instantly share code, notes, and snippets.

@dougsyer
Created November 2, 2018 17:00
Show Gist options
  • Save dougsyer/218bb6dbabc39142da699950d6aa3ceb to your computer and use it in GitHub Desktop.
Save dougsyer/218bb6dbabc39142da699950d6aa3ceb to your computer and use it in GitHub Desktop.
build command to run zenpacklib -l in sublime
{
"cmd": ["plink", "-ssh", "dev@IP", "-pw", "PW", "zenpacklib", "-l", "${file/(?:^([A-Z]):)|(\\\\)/(?1:\\/\\l$1)(?2:\\/)/g}"],
"selector": "source.yaml",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment