diff options
author | 2019-05-25 08:30:39 +0530 | |
---|---|---|
committer | 2019-05-25 11:47:56 +0530 | |
commit | 7bf671c954312f38ab0a457879b9ba159a63bae2 (patch) | |
tree | e3466f7382d823eb5bb450a482eab4d4792968eb | |
parent | 658099bee0b19cec276e55507e3c9d448c19d019 (diff) | |
download | nnn-7bf671c954312f38ab0a457879b9ba159a63bae2.tar.gz |
Show usage warning
-rwxr-xr-x | plugins/nmount | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/nmount b/plugins/nmount index f5c2268..324ee38 100755 --- a/plugins/nmount +++ b/plugins/nmount @@ -9,6 +9,7 @@ lsblk echo +echo "Make sure you aren't still in the mounted device." echo -n "device (e.g. sdc2): " read dev |