Skip to content

Instantly share code, notes, and snippets.

@chirgwin
Last active March 16, 2016 21:19
Show Gist options
  • Save chirgwin/949ce11183ef333183bb to your computer and use it in GitHub Desktop.
Save chirgwin/949ce11183ef333183bb to your computer and use it in GitHub Desktop.
nl2xml build and example run
#!/bin/bash
git clone https://github.com/1000milestare/nl2xml.git
cd nl2xml/
gcc -o nl2xml nl*.c
curl -O http://www.meatmachine.com/media/instructional/notelist/15_selfsame_twin.nl
./nl2xml 15_selfsame_twin.nl > 15_selfsame_twin.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment