initial commit

This commit is contained in:
eddyem
2014-11-24 17:35:22 +03:00
commit f505d56db1
403 changed files with 676455 additions and 0 deletions

6
qcad/do Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
ext=`ext $1`
name=`echo $1|sed "s/.$ext//"`
convert $1 $name.eps
convert $1 $name.jpg
rm $1