Updated docs.
[agg.git] / nomtime
blobb8f73088f9b65938c6dc1e0325578fac5d0df11e
1 #!/bin/sh
2 # Copyright (C) 2011 Andreas Waidler <arandes@programmers.at>
4 # DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
5 # TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
7 # 0. You just DO WHAT THE FUCK YOU WANT TO.
9 MTIME="`stat -c %y .`"
10 eval "$*"
11 res=$?
12 touch -md "$MTIME" .
14 exit $res