diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-24 15:24:29 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-24 15:24:29 +0200 |
commit | e9a0557b5ce31065858a7f756c014e29a4b34fe2 (patch) | |
tree | 5d82bc8b0057299af7fe497c437147b3888d3c3d /.local/bin | |
parent | mutt update (diff) | |
download | dotfiles-bsd-e9a0557b5ce31065858a7f756c014e29a4b34fe2.tar.gz dotfiles-bsd-e9a0557b5ce31065858a7f756c014e29a4b34fe2.tar.bz2 dotfiles-bsd-e9a0557b5ce31065858a7f756c014e29a4b34fe2.tar.xz dotfiles-bsd-e9a0557b5ce31065858a7f756c014e29a4b34fe2.tar.zst dotfiles-bsd-e9a0557b5ce31065858a7f756c014e29a4b34fe2.zip |
fix
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/hddmnt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/hddmnt b/.local/bin/hddmnt index 8f7a515..126a036 100755 --- a/.local/bin/hddmnt +++ b/.local/bin/hddmnt @@ -1,4 +1,4 @@ -#!/usr/local/bin/dash -e +#!/bin/sh -e tmp=$(mktemp) |