Przeglądaj źródła

Supprt exit on 'q'

master
Arun Prakash Jana 5 lat temu
rodzic
commit
23f84df1d8
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      plugins/nmount

+ 2
- 0
plugins/nmount Wyświetl plik

@@ -29,6 +29,8 @@ while ! [ -z "$dev" ]
do
if [ "$dev" = "l" ]; then
lsblk
elif [ "$dev" = "q" ]; then
exit
else
if grep -qs "$dev " /proc/mounts; then
sync


Ładowanie…
Anuluj
Zapisz