dotfiles/private_dot_config/lf/executable_cleaner

5 lines
123 B
Plaintext
Raw Normal View History

2022-01-08 17:30:13 -05:00
#!/bin/sh
if [ -n "$FIFO_UEBERZUG" ]; then
printf '{"action": "remove", "identifier": "PREVIEW"}\n' > "$FIFO_UEBERZUG"
fi