mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-15 19:16:08 +07:00
4 lines
97 B
Bash
4 lines
97 B
Bash
#!/bin/sh -e
|
|
echo $1 | sed -e 's#^dvb\([0-9]\)\.\([^0-9]*\)\([0-9]\)#dvb/adapter\1/\2\3#'
|
|
exit 0
|