1
0
Fork 0
dotfiles/.config/lf/preview/clean
2024-03-18 22:42:48 +01:00

5 lines
127 B
Bash
Executable file

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