summaryrefslogtreecommitdiffstats
path: root/bin/hornet/import
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hornet/import')
-rwxr-xr-xbin/hornet/import7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/hornet/import b/bin/hornet/import
new file mode 100755
index 0000000..677f5cc
--- /dev/null
+++ b/bin/hornet/import
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if svst unclutter; then
+ svdn unclutter > /dev/null
+ trap "svup unclutter > /dev/null" EXIT
+fi
+/usr/bin/import "$@"