From 047f248d8f4d1766d2d431e30f4b33498e55d23d Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 24 Apr 2022 19:46:53 +0200 Subject: hdd updates --- .local/bin/fathddumnt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 .local/bin/fathddumnt (limited to '.local/bin/fathddumnt') diff --git a/.local/bin/fathddumnt b/.local/bin/fathddumnt new file mode 100755 index 0000000..8944ae1 --- /dev/null +++ b/.local/bin/fathddumnt @@ -0,0 +1,5 @@ +#!/bin/sh -e + +umount /dev/da0p1.eli +geli detach da0p1.eli +rmdir "$HOME"/hdd -- cgit v1.2.3