mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-04 21:55:44 +07:00
11 lines
198 B
Bash
11 lines
198 B
Bash
#!/bin/sh
|
|
export ACTION=add
|
|
#export ACTION=remove
|
|
export DEVPATH=/devices/pci0/00:09.0/usb1/1-1/1-1.1/ttyUSB7
|
|
export DEVPATH=/class/tty/ttyUSB0
|
|
#export DEVPATH=/block/hda
|
|
|
|
|
|
#./udev block
|
|
./udev tty
|