diff --git a/.local/bin/scripts/moul b/.local/bin/scripts/moul index 228bd2c..ad290ca 100755 --- a/.local/bin/scripts/moul +++ b/.local/bin/scripts/moul @@ -1,6 +1,7 @@ #!/bin/sh # Mount a partition by label or device identifier automatically # Includes interactive selection if no argument is given +# TODO losetup for raw and qcow2, including lvm handling set -eo pipefail _help="$0 [mountpoint] [options...]" case $1 in diff --git a/.local/bin/scripts/nas b/.local/bin/scripts/nas index 166b9d3..0db5288 100755 --- a/.local/bin/scripts/nas +++ b/.local/bin/scripts/nas @@ -1,3 +1,3 @@ -#!/bin/sh -e +#!/bin/sh cd /mnt/nas find -mindepth 1 -maxdepth 1 -exec mount {} \;