5 lines
123 B
Plaintext
5 lines
123 B
Plaintext
|
#!/bin/sh
|
||
|
if [ -n "$FIFO_UEBERZUG" ]; then
|
||
|
printf '{"action": "remove", "identifier": "PREVIEW"}\n' > "$FIFO_UEBERZUG"
|
||
|
fi
|