Last active
March 16, 2016 21:19
-
-
Save chirgwin/949ce11183ef333183bb to your computer and use it in GitHub Desktop.
nl2xml build and example run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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