Last active
March 30, 2022 11:02
-
-
Save LucasMW/0bf450248042aaf818fc24c5d5b942d5 to your computer and use it in GitHub Desktop.
99 bottles of beer demonstration script
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
#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