diff options
author | codecalm <codecalm@gmail.com> | 2022-03-23 20:35:33 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-03-23 20:35:33 +0100 |
commit | c01fa6054a49006d882fc6295b1c235a44cb0dab (patch) | |
tree | f3055a6cbb79964f73c6ad89dbf2e3b9e964a1bb /_test.sh | |
parent | add missing icons preview (diff) | |
download | tabler-icons-c01fa6054a49006d882fc6295b1c235a44cb0dab.tar.xz |
remove test script
Diffstat (limited to '_test.sh')
-rwxr-xr-x | _test.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/_test.sh b/_test.sh deleted file mode 100755 index 26edb430..00000000 --- a/_test.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/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 |