diff options
author | epoch <epoch@hacking.allowed.org> | 2017-11-03 01:07:44 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2017-11-03 01:07:44 -0500 |
commit | 69b51624469f6cb594c6bdca9b7b97141a1c0a0f (patch) | |
tree | 81b0a73c18ce57a572257d1cb4a446ed58c98c8d /testfont.example.sh | |
parent | 593e9e63717506da967dccd617bbab3717f7a6e8 (diff) | |
download | hackvr-69b51624469f6cb594c6bdca9b7b97141a1c0a0f.tar.gz hackvr-69b51624469f6cb594c6bdca9b7b97141a1c0a0f.zip |
added scripts for vector font testing and part of vector font file.
Diffstat (limited to 'testfont.example.sh')
-rwxr-xr-x | testfont.example.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testfont.example.sh b/testfont.example.sh new file mode 100755 index 0000000..59f2c8d --- /dev/null +++ b/testfont.example.sh @@ -0,0 +1,2 @@ +#!/bin/sh +printf "ONCE UPON A TIME\nI WASTED TIME\nOH LOOK IM STILL DOING THAT\nTHE END\n" | ./testfont.sh | ./hackvr epoch |