summaryrefslogtreecommitdiffstats
path: root/dock-action.sh
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2024-01-21 19:22:59 +0100
committerEddy Pedroni <epedroni@pm.me>2024-01-21 19:22:59 +0100
commitda3503a14bb84f6c2767829431843a887aff2241 (patch)
treee23f29701e384385826b94430dcfd0c96a861c76 /dock-action.sh
parent7df31aef7d84c32e88c12805e325626409902cd8 (diff)
Replace shell script with python script, implement all basic functionality
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
-