5 lines
158 B
Bash
Executable File
5 lines
158 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#/opt/homebrew/bin/inkscape --without-gui --file=$1.pdf --export-plain-svg=$1.svg
|
|
inkscape --without-gui --file=$1.pdf --export-plain-svg=$1.svg
|