mirror of
https://github.com/sheumann/hush.git
synced 2025-01-06 21:30:08 +00:00
2 lines
67 B
Plaintext
2 lines
67 B
Plaintext
|
X=usbdev1.2 X=${X#usbdev} B=${X%%.*} D=${X#*.}; echo bus/usb/$B/$D
|