Skip to content

Instantly share code, notes, and snippets.

@jbfink
Created May 17, 2018 18:42
Show Gist options
  • Save jbfink/cab5b5db68307ca9fdb1d563b322fb69 to your computer and use it in GitHub Desktop.
Save jbfink/cab5b5db68307ca9fdb1d563b322fb69 to your computer and use it in GitHub Desktop.
#!/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