summaryrefslogtreecommitdiffstats
path: root/dock-action.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dock-action.sh')
-rw-r--r--dock-action.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/dock-action.sh b/dock-action.sh
deleted file mode 100644
index 3b93398..0000000
--- a/dock-action.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/bash
-
-if [ "$1" = "connected" ]; then
- echo "Dock connected" >> /home/eddy/dock.log
-elif [ "$1" = "disconnected" ]; then
- echo "Dock disconnected" >> /home/eddy/dock.log
-fi
-