summaryrefslogtreecommitdiffstats
path: root/bin/hornet/import
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hornet/import')
-rwxr-xr-xbin/hornet/import10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/hornet/import b/bin/hornet/import
deleted file mode 100755
index 307d56b..0000000
--- a/bin/hornet/import
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-for service in unclutter compton; do
- if svst $service; then
- svdn $service >/dev/null
- # shellcheck disable=SC2064
- trap "svup $service > /dev/null" EXIT
- fi
-done
-/usr/bin/import "$@"