diff options
author | DanielsLPecke <daniel.letsplay007@gmail.com> | 2016-11-14 11:51:02 +0100 |
---|---|---|
committer | DanielsLPecke <daniel.letsplay007@gmail.com> | 2016-11-14 14:41:38 +0100 |
commit | a9f06f709f24c8ec7159ca6ec9c68d0506146154 (patch) | |
tree | 4e906b5eef7090f457d26be980c812349f099369 | |
parent | ce0733ae746423db3ee4a1c6808737001d1bf2a1 (diff) | |
download | impressive-display-a9f06f709f24c8ec7159ca6ec9c68d0506146154.tar.gz impressive-display-a9f06f709f24c8ec7159ca6ec9c68d0506146154.tar.bz2 impressive-display-a9f06f709f24c8ec7159ca6ec9c68d0506146154.zip |
Clear screen on script startup
-rwxr-xr-x | bin/impressive-display | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/impressive-display b/bin/impressive-display index 821318c..ac07681 100755 --- a/bin/impressive-display +++ b/bin/impressive-display @@ -33,7 +33,6 @@ # texlive-extra-utils (for pdfnup) # poppler-utils (for pdfinfo) - VERSION="0.2.990" # Can be configured at "/etc/default/impressive-display" |