dotfiles/private_dot_config/lf/executable_cleaner
array-in-a-matrix a7aa42621c added
2022-01-08 17:30:13 -05:00

5 lines
123 B
Bash

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