From c833f67b5970dcd4f7e69ddabe4cb15300ef6749 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Fri, 17 Jun 2022 06:07:10 -0400 Subject: Consolidated encrypted USB scripts and removed redundancy Removed the mount-cryptusb and unmount-cryptusb scripts which are now redundant that mount-device and unmount-device handle LUKS devices. Consolidated encrypted USB script into sync-cryptusb, which now calls mount-device and unmount-device. --- .local/bin/cryptusb/handle-cryptusb | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 .local/bin/cryptusb/handle-cryptusb (limited to '.local/bin/cryptusb/handle-cryptusb') diff --git a/.local/bin/cryptusb/handle-cryptusb b/.local/bin/cryptusb/handle-cryptusb deleted file mode 100755 index 63d6ef4..0000000 --- a/.local/bin/cryptusb/handle-cryptusb +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# Single script for easy handling of encrypted USB -# Calls mount, sync, and umount scripts to automatically handle what is commonly -# run for encrypted USBs - -mount-cryptusb && notify-send "Encrypted USB mounted" -sync-cryptusb && notify-send "Encrypted USB synced" -umount-cryptusb && notify-send "Encrypted USB unmounted" -- cgit v1.2.3