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