Created
May 9, 2015 01:10
-
-
Save dana-ross/33ed789e3b93452d5a28 to your computer and use it in GitHub Desktop.
Make ZoomFloppy device available to non-root users
This file contains hidden or 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
# /etc/rc.local | |
`lsusb -d 16d0:0504 | sed "s/Bus /chmod o+w \/dev\/bus\/usb\//" | sed "s/ Device /\//" | cut -d ":" -f 1` | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment