index
:
school.git
master
thing1's amazing school repo
thing1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
maths
/
cribs
/
differentiation
/
images
/
convimg
blob: ca7e97b0875e4c061a6da871e3ef4cfc43a42ad5 (
plain
)
1
2
3
4
#!/bin/bash for i in $(ls *.png); do magick $i $i.eps; done