aboutsummaryrefslogtreecommitdiff
path: root/_test.sh
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-03-23 19:40:44 +0100
committercodecalm <codecalm@gmail.com>2022-03-23 19:40:44 +0100
commitea890a51a8fcbf2e182b7c382833debabed22009 (patch)
treeb1a939f595e8d21196b4f2f5ebbcd26c5800a49f /_test.sh
parentfix #207 (diff)
downloadtabler-icons-ea890a51a8fcbf2e182b7c382833debabed22009.tar.xz
add missing icons preview
Diffstat (limited to '_test.sh')
-rwxr-xr-x_test.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/_test.sh b/_test.sh
new file mode 100755
index 00000000..26edb430
--- /dev/null
+++ b/_test.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+for i in {1..58}
+do
+ rsvg-convert -x 4 -y 4 .github/tabler-icons-1.$i.0.svg > .github/tabler-icons-1.$i.0@2x.png
+done