Skip to content

Instantly share code, notes, and snippets.

@dana-ross
Created May 9, 2015 01:10
Show Gist options
  • Save dana-ross/33ed789e3b93452d5a28 to your computer and use it in GitHub Desktop.
Save dana-ross/33ed789e3b93452d5a28 to your computer and use it in GitHub Desktop.
Make ZoomFloppy device available to non-root users
# /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