fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move to src dir.
[edumed.git]
/
edumed
/
static
/
img
/
menu
/
svg
/
convert.txt
diff --git
a/edumed/static/img/menu/svg/convert.txt
b/edumed/static/img/menu/svg/convert.txt
deleted file mode 100644
(file)
index
ecf1788
..0000000
--- a/
edumed/static/img/menu/svg/convert.txt
+++ /dev/null
@@
-1
+0,0 @@
-for f in *.svg; do convert -background none "$f" -resize 44x34 -gravity center -extent 44x34 png/"`basename \"$f\" .svg`.png"; done