mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
7 lines
127 B
Bash
Executable File
7 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# old inkscape
|
|
#inkscape -z -w 192 -h 192 logo.svg -e webui/logo.png
|
|
|
|
inkscape -w 192 -h 192 logo.svg -o logo.png
|