File: croprender.sh

package info (click to toggle)
lincity-ng 2.14.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 186,616 kB
  • sloc: cpp: 31,237; xml: 23,019; ansic: 274; lisp: 189; python: 182; sh: 92; makefile: 18
file content (7 lines) | stat: -rwxr-xr-x 93 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#!/bin/sh

for i in ../data/images/tiles.render/*; do
    ./autocrop "$i" "$i"
done

# EOF #