mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-24 13:53:07 +01:00
6 lines
55 B
Bash
Executable File
6 lines
55 B
Bash
Executable File
#!/bin/sh
|
|
|
|
[ -z "$id" ] && id="$1"
|
|
|
|
exec ctpv -c "$id"
|