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/hddumnt | |
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 '.local/bin/hddumnt')
-rwxr-xr-x | .local/bin/hddumnt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/hddumnt b/.local/bin/hddumnt index 548c5bd..d81d969 100755 --- a/.local/bin/hddumnt +++ b/.local/bin/hddumnt @@ -1,4 +1,4 @@ -#!/usr/local/bin/dash +#!/bin/sh -e umount /dev/da0.eli geli detach da0.eli |