Artifact 155a218d8573fef44123e811bb9af41a3575ff32:
- Executable file check — part of check-in [481c2690a6] at 2013-02-11 19:41:01 on branch trunk — Some tweeks on new file mux and a check script (user: bernd size: 136)
#!/bin/bash function check { md5sum $1/*.jpg | sort | cut -c1-$2 | tr '\n' ':'; echo " $1" } check .cache ${1-2} check data ${1-2}