6 lines
55 B
Text
6 lines
55 B
Text
|
#!/bin/sh
|
||
|
|
||
|
[ -z "$id" ] && id="$1"
|
||
|
|
||
|
exec ctpv -c "$id"
|