Skip to content

Instantly share code, notes, and snippets.

@LucasMW
Last active March 30, 2022 11:02
Show Gist options
  • Save LucasMW/0bf450248042aaf818fc24c5d5b942d5 to your computer and use it in GitHub Desktop.
Save LucasMW/0bf450248042aaf818fc24c5d5b942d5 to your computer and use it in GitHub Desktop.
99 bottles of beer demonstration script
#Provide simple demonstration of the power of Headache
git clone -b master --single-branch http://github.com/LucasMW/Headache;
cd Headache;
make;
make bfi;
./hac -noBin examples/bottlesofbeer.ha >/dev/null;
time say --voice=Daniel $(./bfi a.bf)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment