Skip to content

Instantly share code, notes, and snippets.

@jwebcat
Last active July 16, 2019 18:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwebcat/5899579 to your computer and use it in GitHub Desktop.
Save jwebcat/5899579 to your computer and use it in GitHub Desktop.
run a windows batch script with args from git bash
#!/bin/bash
$COMSPEC /c batch-file\ \"$var1\"\ \"$var2\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment