kopia lustrzana https://github.com/inkstitch/inkstitch
6 wiersze
158 B
Plaintext
6 wiersze
158 B
Plaintext
![]() |
#!/bin/bash
|
||
|
set -e
|
||
|
mv /tmp/inkstitch/ $HOME/Library/Application\ Support/org.inkscape.Inkscape/config/inkscape/extensions/
|
||
|
echo "Inkstitch was moved!"
|
||
|
exit 0
|