From 82df70eff06e7b44ee84283070d7f801f7fc1d92 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sat, 6 Nov 2021 20:25:45 -0400 Subject: initial commit --- .local/bin/cryptusb/umount-cryptusb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 .local/bin/cryptusb/umount-cryptusb (limited to '.local/bin/cryptusb/umount-cryptusb') diff --git a/.local/bin/cryptusb/umount-cryptusb b/.local/bin/cryptusb/umount-cryptusb new file mode 100755 index 0000000..c3c4b93 --- /dev/null +++ b/.local/bin/cryptusb/umount-cryptusb @@ -0,0 +1,5 @@ +#!/bin/sh +# Unmounts LUKS encrypted USB + +sudo umount /mnt/cryptusb +sudo cryptsetup close cryptusb -- cgit v1.2.3