File: Argyll

package info (click to toggle)
argyll 1.4.0-8
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 41,164 kB
  • sloc: ansic: 327,716; sh: 40,863; cpp: 1,695; makefile: 1,393; asm: 284; sed: 112; ruby: 56
file content (9 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# Copy to /etc/hotplug/usb/Argyll
#
# Argyll hotplug script. Adds the USB devices to the plugdev group.
if [ "${ACTION}" = "add" ] && [ -f "${DEVICE}" ]
then
    chgrp plugdev "${DEVICE}"
    chmod 660 "${DEVICE}"
fi