mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
Update 2025-02-03 Update 2025-02-04 Update 2025-02-09 Update 2025-02-14 Update 2025-02-15 Update 2025-02-22 Update 2025-02-24
5 lines
122 B
Bash
5 lines
122 B
Bash
#!/bin/sh
|
|
if [ -n "$FIFO_UEBERZUG" ]; then
|
|
printf '{"action": "remove", "identifier": "PREVIEW"}\n' >"$FIFO_UEBERZUG"
|
|
fi
|