mila-wedding-lasercut/generate.sh
2025-07-21 21:53:00 +02:00

8 lines
175 B
Bash
Executable file

#!/usr/bin/env nix-shell
#!nix-shell -i bash -p imagemagick
DIR=$(dirname -- "$(readlink -f -- "$0")")
magick "$DIR/source.svg" "$DIR/export.png"
git add "$DIR/export.png"