mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 23:51:28 +03: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
|