index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packaging
/
snappy
/
version.sh
blob: 6962e55e7558d71dddf6242c53814e72e02dc26c (
plain
)
1
2
3
4
#!/bin/bash
cmake
-LA
2
>
&
1
|
grep
INKSCAPE_VERSION
|
cut
-d
:
-f
2
|
awk
'{$1=$1};1'