diff options
Diffstat (limited to '.local/bin/dmenuumount')
| -rwxr-xr-x | .local/bin/dmenuumount | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/dmenuumount b/.local/bin/dmenuumount index 25717a9..da0f401 100755 --- a/.local/bin/dmenuumount +++ b/.local/bin/dmenuumount @@ -1,4 +1,5 @@ -#!/usr/bin/env sh +#!/bin/sh + # A dmenu prompt to unmount drives. # Provides you with mounted partitions, select one to unmount. # Drives mounted at /, /boot and /home will not be options to unmount. |
