diff options
Diffstat (limited to 'dmenuumount')
-rwxr-xr-x | dmenuumount | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dmenuumount b/dmenuumount index b8da40b..59383f1 100755 --- a/dmenuumount +++ b/dmenuumount @@ -1,4 +1,6 @@ #!/bin/sh +# Copyright Luke Smith, GPLv3 +# Modified by Zach Smith # A dmenu prompt to unmount drives. # Provides you with mounted partitions, select one to unmount. |