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