diff options
Diffstat (limited to '_test.sh')
-rwxr-xr-x | _test.sh | 5 |
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 |