summaryrefslogtreecommitdiffstats
path: root/.local/bin/fathddumnt
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-06-26 21:33:40 +0200
committerJoe <bousset.rudy@gmail.com>2022-06-26 21:33:40 +0200
commit433c1067a166d88cef7d1c12cc0c6180bf497f47 (patch)
tree6c7e219c6654ebd5e4550f908629aff7de00b209 /.local/bin/fathddumnt
parentComfort update (diff)
downloaddotfiles-bsd-433c1067a166d88cef7d1c12cc0c6180bf497f47.tar.gz
dotfiles-bsd-433c1067a166d88cef7d1c12cc0c6180bf497f47.tar.bz2
dotfiles-bsd-433c1067a166d88cef7d1c12cc0c6180bf497f47.tar.xz
dotfiles-bsd-433c1067a166d88cef7d1c12cc0c6180bf497f47.tar.zst
dotfiles-bsd-433c1067a166d88cef7d1c12cc0c6180bf497f47.zip
update
Diffstat (limited to '')
-rwxr-xr-x.local/bin/fathddumnt13
1 files changed, 0 insertions, 13 deletions
diff --git a/.local/bin/fathddumnt b/.local/bin/fathddumnt
deleted file mode 100755
index 4a883f7..0000000
--- a/.local/bin/fathddumnt
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh -e
-
-if ! mount | grep -F /dev/da0p1; then
- notify-send -u critical 'fathdd' ' HDD not mounted'
- exit 1
-fi
-if ! umount /dev/da0p1.eli; then
- notify-send -u critical 'fathdd' ' Failed to dismount HDD'
- exit 1
-fi
-geli detach da0p1.eli
-rmdir "$HOME"/hdd
-notify-send -t 5000 'fathdd' ' HDD dismounted from <b>~/hdd</b>'