From 64f415654a71c7fedeaed652cb617b7d25f92175 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 22 Sep 2024 23:45:46 -0400 Subject: [PATCH] note.sh shouldn't trip over running in a directory with a space --- on screen note/note.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/on screen note/note.sh b/on screen note/note.sh index 9ca9b88..7841abb 100755 --- a/on screen note/note.sh +++ b/on screen note/note.sh @@ -12,5 +12,5 @@ convert "$WORKING/ns1.png" -fuzz 12% -transparent "#00ff00" "$WORKING/ns2.png" #convert ns2.png -trim "n$i.png" # blender wants to scale to fit, # and if you want a 1:1 scale image i don't know what the *fuck* it's doing with an origin point. -convert $WORKING/ns2.png "$WORKING/note.png" +convert "$WORKING/ns2.png" "$WORKING/note.png" rm "$WORKING/ns1.png" "$WORKING/ns2.png" "$SCRIPT_DIR/note.html"