Config-files/lf/cleaner
Victor Lalle 30e94a06db configs
2023-06-04 15:00:13 +02:00

5 lines
123 B
Bash
Executable File

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