A simple gocryptfs mounting/unmounting script

from blog Raphael Kabo, | ↗ original
Nothing fancy, but I got bored of typing out both directories when I was mounting or unmounting my gocryptfs filesystem. This script creates a mount folder, mounts to it, and opens it in Thunar. When you unmount, it also deletes that directory if it’s empty. Neat, and makes me happy. #! /bin/bash # cryptmount v1.0.0 # mv this script to...