Rename gold to glow

This commit is contained in:
Christian Muehlhaeuser
2019-12-20 22:55:00 +01:00
parent 994f646a19
commit 3030f8354f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ for style in ./styles/*.json; do
fi
# take screenshot
./termshot ${light} -o ./styles/gallery/ -f "$filename" ./cmd/gold/gold -s ${style} ./cmd/gold
./termshot ${light} -o ./styles/gallery/ -f "$filename" glow -s ${style}
# add border
convert -bordercolor black -border 16x16 "./styles/gallery/$filename" "./styles/gallery/$filename"