4 lines
77 B
Bash
4 lines
77 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
inkscape -o icon.png -w 200 -h 200 -b white src/static/icon.svg
|