aboutsummaryrefslogtreecommitdiffstats
path: root/fbgs
diff options
context:
space:
mode:
Diffstat (limited to 'fbgs')
-rwxr-xr-xfbgs6
1 files changed, 6 insertions, 0 deletions
diff --git a/fbgs b/fbgs
index d9e03a4..23152c8 100755
--- a/fbgs
+++ b/fbgs
@@ -1,5 +1,11 @@
#!/bin/bash
+#
+# PostScript/pdf viewer for the linux framebuffer console
+# (c) 1999-2012 Gerd Hoffmann <kraxel@bytesex.org>
+#
+
+
# tmp dir
DIR="$(mktemp -dtp ${TMPDIR-/var/tmp} fbgs-XXXXXX)"
test -d "$DIR" || exit 1