diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2026-03-26 20:50:48 +0100 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2026-03-26 20:50:48 +0100 |
| commit | d842d7f125cf055d24cdb2e4b0d94c3885c93d72 (patch) | |
| tree | 3fc7e2c7f1642a56546816c348cc4ef9c400a56f /.local/share/bin/clean | |
| parent | 7d782c4af6a369ec5a802eeededf18e5f355088b (diff) | |
Diffstat (limited to '.local/share/bin/clean')
| -rwxr-xr-x | .local/share/bin/clean | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/share/bin/clean b/.local/share/bin/clean new file mode 100755 index 0000000..8c824f1 --- /dev/null +++ b/.local/share/bin/clean @@ -0,0 +1,3 @@ +#!/bin/sh +[ -n "$UB_SOCKET" ] && ueberzugpp cmd --socket "$UB_SOCKET" --action remove --identifier PREVIEW + |