1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-14 04:58:28 +03:00
systemd/extras/dvb.sh

4 lines
97 B
Bash
Raw Permalink Normal View History

#!/bin/sh -e
echo $1 | sed -e 's#^dvb\([0-9]\)\.\([^0-9]*\)\([0-9]\)#dvb/adapter\1/\2\3#'
exit 0