Work on acceptance tests.
[agg.git] / nomtime
blobe4ac102541dab18e63825cd79bcc298abcaade54
1 #!/bin/sh
3 MTIME="`stat -c %y .`"
4 $1
5 res=$?
6 touch -md "$MTIME" .
8 exit $res