diff options
-rwxr-xr-x | bin/impressive-display | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/impressive-display b/bin/impressive-display index dd4e891..4655ab1 100755 --- a/bin/impressive-display +++ b/bin/impressive-display @@ -33,6 +33,8 @@ # texlive-extra-utils (for pdfnup) # poppler-utils (for pdfinfo) +VERSION="0.2.2" + PDF_URL="http://localhost" WITH_PULSEAUDIO="yes" @@ -430,6 +432,8 @@ function create_lock { ### MAIN ### +echo "INFO: $(basename $0) version $VERSION" + if [ -n "$PDF_URL" ]; then echo "INFO: PDF_URL is configured. Using PDF file from given URL: $PDF_URL" |