Compare commits
1 commit
14367aba17
...
612010c48a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
612010c48a |
4 changed files with 0 additions and 17 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
|
@ -1 +0,0 @@
|
||||||
*.png filter=lfs diff=lfs merge=lfs -text
|
|
||||||
BIN
export.png
BIN
export.png
Binary file not shown.
|
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 16 KiB |
|
|
@ -1,8 +0,0 @@
|
||||||
#!/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"
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
./generate.sh
|
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
|
||||||
echo "generate.sh failed. Commit aborted."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue