Files
nand2tetris/projects/01/convert2svg.sh
2023-03-22 19:51:12 +01:00

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