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