mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update pattern matching example
This commit is contained in:
parent
15ba034ce5
commit
22b4f451ea
3 changed files with 5 additions and 5 deletions
|
|
@ -412,8 +412,8 @@ script-run = once
|
|||
color = 13
|
||||
|
||||
[usb devices]
|
||||
pattern = usb([0-9]*)
|
||||
device = /dev/ttyUSB%s
|
||||
pattern = ^usb([0-9]*)
|
||||
device = /dev/ttyUSB%m1
|
||||
color = 14
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue