mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
9 lines
157 B
Bash
9 lines
157 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
|
|
|
|
|
|
./udev tty
|