Guest User

Untitled

a guest
May 23rd, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. if mountpoint -q /mnt/mountpoint; then
  2. echo "`date` /mnt/mountpoint is a mountpoint"
  3. else
  4. mount /mnt/mountpoint
  5. fi
Add Comment
Please, Sign In to add comment