From ea96ef372351c43823908ed8442a80d54c79d667 Mon Sep 17 00:00:00 2001 From: Marcus Date: Tue, 2 Jan 2024 00:07:37 +0100 Subject: [PATCH] note to myself --- pixelfloot_bash.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pixelfloot_bash.sh b/pixelfloot_bash.sh index c6ef936..7b87cd4 100755 --- a/pixelfloot_bash.sh +++ b/pixelfloot_bash.sh @@ -249,6 +249,9 @@ case $1 in ;; convertimg) + # convert arbeitsplatz.jpg txt: | tail -n +2 | awk '{print $1 $3}' + # this is probably better + gen_pixmap draw_pixmap ;;