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