Support for Junghackerpass

This commit is contained in:
2020-06-01 17:02:43 +02:00
commit d7c7c76e07
12 changed files with 742 additions and 0 deletions

12
test/msg4 Executable file
View File

@ -0,0 +1,12 @@
#!/bin/bash
source ./wincor
TEMP=/tmp/$RANDOM
init
printf "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" >> $TEMP
#bigLetters $TEMP
#printf "123456789012345678901234567890123456789012345678901234567890" >> $TEMP
printf " 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890" >> $TEMP
printFile $TEMP
rm $TEMP