Skip to content

Instantly share code, notes, and snippets.

View aeifn's full-sized avatar
🚲

Egor Kuzmichev aeifn

🚲
View GitHub Profile
#!/bin/sh
BASE_DIR=/media/kolxo3
UNION_DIR=$BASE_DIR/all
DOWNLOAD_DIR=/usr/local/etc/transmission/home/Downloads/KoLXo3
kol_umount(){
echo "Unmounting UNIONFS..."
while sudo umount $UNION_DIR; do true; done;