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/handle-cryptusb | 8 ++++++++ 1 file changed, 8 insertions(+) create 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 new file mode 100755 index 0000000..63d6ef4 --- /dev/null +++ b/.local/bin/cryptusb/handle-cryptusb @@ -0,0 +1,8 @@ +#!/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