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]
/
src
/
edumed
/
static
/
img
/
menu
/
svg
/
convert.txt
diff --git a/src/edumed/static/img/menu/svg/convert.txt
b/src/edumed/static/img/menu/svg/convert.txt
new file mode 100644
(file)
index 0000000..
ecf1788
--- /dev/null
+++ b/
src/edumed/static/img/menu/svg/convert.txt
@@ -0,0
+1
@@
+for f in *.svg; do convert -background none "$f" -resize 44x34 -gravity center -extent 44x34 png/"`basename \"$f\" .svg`.png"; done