Parcourir la source

Add OS-specific alternative notes

master
Arun Prakash Jana il y a 5 ans
Parent
révision
f02e0d359f
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: A75979F35C080412
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. +5
    -0
      plugins/nmount

+ 5
- 0
plugins/nmount Voir le fichier

@@ -4,10 +4,15 @@
# If the device is not mounted, it will be mounted.
# If the device is mounted, it will be unmounted and powered down.
#
# Note: The script uses Linux-specific lsblk to list block devices. Alternatives:
# macOS: "diskutil list"
# BSD: "geom disk list"
#
# Shell: POSIX compliant
# Author: Arun Prakash Jana

lsblk

echo
echo "Make sure you aren't still in the mounted device."
echo -n "device (e.g. sdc2): "


Chargement…
Annuler
Enregistrer