summaryrefslogtreecommitdiff
path: root/.local/bin/cryptusb
Commit message (Collapse)AuthorAgeFilesLines
* Consolidated encrypted USB scripts and removed redundancySam Chudnick2022-06-174-24/+4
| | | | | | | 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.
* Don't assume device is on /dev/sdcSam Chudnick2022-06-161-1/+5
| | | | Search for device instead of assuming it is on /dev/sdc.
* Check if USB has already been mapped and skip to mount command if it has been.Sam Chudnick2021-11-211-1/+1
|
* initial commitSam Chudnick2021-11-065-0/+58