voidrice/.scripts/i3cmds/umountMyCloud
Dr. Amr Osman 6a498b98ca Fork
2019-03-05 17:19:18 +02:00

3 lines
124 B
Bash
Executable File

#!/bin/bash
fusermount -u ~/MyCloud && notify-send "MyCloudDisk was unmounted successfuly" || notify-send "Unmount Failed"