diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-24 19:46:53 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-24 19:46:53 +0200 |
commit | 047f248d8f4d1766d2d431e30f4b33498e55d23d (patch) | |
tree | b180d879dd18da1e130e0a6961cdeb1fe85a4f0c /.local/bin/fathddumnt | |
parent | Cleaner dunstrc (diff) | |
download | dotfiles-bsd-047f248d8f4d1766d2d431e30f4b33498e55d23d.tar.gz dotfiles-bsd-047f248d8f4d1766d2d431e30f4b33498e55d23d.tar.bz2 dotfiles-bsd-047f248d8f4d1766d2d431e30f4b33498e55d23d.tar.xz dotfiles-bsd-047f248d8f4d1766d2d431e30f4b33498e55d23d.tar.zst dotfiles-bsd-047f248d8f4d1766d2d431e30f4b33498e55d23d.zip |
hdd updates
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/fathddumnt | 5 |
1 files changed, 5 insertions, 0 deletions
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 |