mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-02-17 19:10:46 +01:00
8 lines
145 B
Bash
8 lines
145 B
Bash
fifo="$(get_fifo "$id")"
|
|
|
|
[ -e "$fifo" ] || exit 1
|
|
|
|
fifo_open "$fifo" && {
|
|
printf '{"action": "remove", "identifier": "preview"}\n' > "$fifo"
|
|
}
|