Skip to content

Instantly share code, notes, and snippets.

@cryptowyrm
Last active July 22, 2018 10:55
Show Gist options
  • Save cryptowyrm/0b2e189dcd0e3d80e154481a088ac652 to your computer and use it in GitHub Desktop.
Save cryptowyrm/0b2e189dcd0e3d80e154481a088ac652 to your computer and use it in GitHub Desktop.
Shell script to run Red scripts through wine with the Red plugin for Visual Studio Code
#!/bin/sh
exec wine /home/chris/Downloads/red-063.exe $1 "`winepath --windows \"$2\"`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment