SecuritySticker-Support; docs and logo
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#!/bin/bash
|
||||
FILE=/tmp/$RANDOM
|
||||
TOP=1
|
||||
LEFT=5
|
||||
TOP=0
|
||||
LEFT=3
|
||||
|
||||
VISAPAGES=1
|
||||
VISAPAGES=6
|
||||
|
||||
# GPG Space
|
||||
NEXTPAGE=34
|
||||
NEXTPAGE=28
|
||||
NEXTPAGESMALL=60
|
||||
NEXTFIELDBOTTOM=13
|
||||
NEXTFIELDRIGHT=18
|
||||
@@ -25,13 +25,16 @@ init
|
||||
makeNewline $TOP $FILE
|
||||
makeLeft $LEFT $FILE
|
||||
|
||||
italicLetters $FILE
|
||||
printf "$sn" >> $FILE
|
||||
makeLeft $NEXTPAGE $FILE
|
||||
printf "$sn" >> $FILE
|
||||
resetLetters $FILE
|
||||
|
||||
echo "Only use the pages saying \"VISAs\" on top"
|
||||
for (( i=1; i<=$VISAPAGES; i++)); do
|
||||
echo -e "Insert page $i of $VISAPAGES\n"
|
||||
read -s -p "Insert page $i of $VISAPAGES and press enter."
|
||||
echo ""
|
||||
printFile $FILE
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user