Merge pull request #9 from beardhatcode/master

Add -p flag for portrait
This commit is contained in:
Rien 2020-03-31 15:30:38 +02:00 committed by GitHub
commit f2ada8f208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,11 @@
# these are probably the only two parameters you need to change
ssh_host="root@10.11.99.1" # location of the remarkable
landscape=true # set to false if you want it horizontal
landscape=true # default vertical
if [ "$1" = "-p" ] # call with -p if you want vertical
then
landscape=false
fi
# technical parameters
width=1408