mirror of
https://github.com/sheumann/hush.git
synced 2024-12-25 18:33:06 +00:00
2 lines
67 B
Plaintext
Executable File
2 lines
67 B
Plaintext
Executable File
X=usbdev1.2 X=${X#usbdev} B=${X%%.*} D=${X#*.}; echo bus/usb/$B/$D
|