note.sh shouldn't trip over running in a directory with a space
This commit is contained in:
parent
4f2741f84b
commit
64f415654a
@ -12,5 +12,5 @@ convert "$WORKING/ns1.png" -fuzz 12% -transparent "#00ff00" "$WORKING/ns2.png"
|
|||||||
#convert ns2.png -trim "n$i.png"
|
#convert ns2.png -trim "n$i.png"
|
||||||
# blender wants to scale to fit,
|
# 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.
|
# 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"
|
rm "$WORKING/ns1.png" "$WORKING/ns2.png" "$SCRIPT_DIR/note.html"
|
||||||
|
Loading…
Reference in New Issue
Block a user