Skip to content

Instantly share code, notes, and snippets.

@austgate
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save austgate/8395673be9d63ede56dd to your computer and use it in GitHub Desktop.
Save austgate/8395673be9d63ede56dd to your computer and use it in GitHub Desktop.
Scyther-GUI run shell script
#!/bin/bash
SPDL=$1
python scyther-gui.py ${SPDL}
@austgate
Copy link
Author

A very rough shell script to start the Scyther (http://www.cs.ox.ac.uk/people/cas.cremers/scyther/) GUI tool. If the spdl file is named, it opens the GUI with the file, otherwise opens a blank file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment