mirror of
https://github.com/moparisthebest/PointsWatcher
synced 2024-12-22 15:38:50 -05:00
3 lines
106 B
Bash
3 lines
106 B
Bash
|
#!/bin/bash
|
||
|
cd "$(dirname "$0")"
|
||
|
inkscape --verb FitCanvasToDrawing --verb FileSave --verb FileClose *.svg
|