mirror of
https://github.com/sheumann/hush.git
synced 2024-10-29 20:27:40 +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
|