#!/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"