C3Reg-Renaming; adding devtal's passport

This commit is contained in:
2021-01-05 19:27:13 +01:00
parent e675a78b10
commit 8dbc8c6605
12 changed files with 332 additions and 79 deletions

View File

@ -60,20 +60,6 @@ function heading() {
fi
if [ $PAGE -eq 1 ]; then
makeLeft $NEXTPAGE $FILE
fi
makeLeft 1 $FILE
makeLeft $SPACE $FILE
italicLetters $FILE
printf "INTERGALACTIC\n" >> $FILE
if [ $PAGE -eq 1 ]; then
makeLeft $NEXTPAGE $FILE
fi
makeLeft 1 $FILE
makeLeft $SPACE $FILE
printf "REGISTRATION\n" >> $FILE
bigLetters $FILE
if [ $PAGE -eq 1 ]; then
@ -87,7 +73,7 @@ function heading() {
fi
makeLeft $HSPACE $FILE
fi
printf "OFFICE\n" >> $FILE
printf "C3Reg\n" >> $FILE
resetLetters $FILE
}

View File

@ -1,30 +0,0 @@
#!/bin/bash
FILE=/tmp/$RANDOM
source ../include/nixdorf
init
echo "1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
0
1" > $FILE
printFile $FILE
rm $FILE

View File

@ -21,7 +21,7 @@ init
makeNewline 1 $FILE
makeLeft $(($LEFT + 12)) $FILE
smallLetters $FILE
printf "/ Intergal. Reg. Office" >> $FILE
printf "/ C3Reg" >> $FILE
resetLetters $FILE
makeNewline $(($TOP - 1)) $FILE