Added genaration script, pre-commit and git-lfs
This commit is contained in:
parent
b08c09b475
commit
4d6815955c
4 changed files with 15 additions and 0 deletions
6
generate.sh
Executable file
6
generate.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -i bash -p imagemagick
|
||||
|
||||
DIR=$(dirname -- "$(readlink -f -- "$0")")
|
||||
|
||||
magick "$DIR/source.svg" "$DIR/export.png"
|
||||
Loading…
Add table
Add a link
Reference in a new issue