Created
June 19, 2015 09:21
-
-
Save l-modolo/251709ac502ed4677543 to your computer and use it in GitHub Desktop.
/usr/local/sbin/udev-automounter.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# USAGE: usb-automounter.sh DEVICE | |
# DEVICE is the actual device node at /dev/DEVICE | |
/usr/local/sbin/udev-auto-mount.sh ${1} & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment