Created
May 17, 2018 18:42
-
-
Save jbfink/cab5b5db68307ca9fdb1d563b322fb69 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
rm /tmp/file.txt | |
cat /home/jbfink/guelph/receipt-generator/texts/header.txt >> /tmp/file.txt | |
echo -e "\n" >> /tmp/file.txt | |
cat "/home/jbfink/guelph/receipt-generator/texts/"$1".txt" >> /tmp/file.txt | |
echo -e "\n" >> /tmp/file.txt | |
dadadodo -c 2 /home/jbfink/guelph/receipt-generator/embargoed/*.txt >> /tmp/file.txt | |
echo -e "\n" >> /tmp/file.txt | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment