Skip to content

Instantly share code, notes, and snippets.

View cryptowyrm's full-sized avatar

Christoph Budzinski cryptowyrm

View GitHub Profile

Keybase proof

I hereby claim:

  • I am cryptowyrm on github.
  • I am cryptowyrm (https://keybase.io/cryptowyrm) on keybase.
  • I have a public key ASDuI9uVVAoRZI1x378aILG4b425e87Dh18il1bqS1PrnAo

To claim this, I am signing this object:

@cryptowyrm
cryptowyrm / winered.sh
Last active July 22, 2018 10:55
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\"`"