repo.or.cz
/
agg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated docs.
[agg.git]
/
nomtime
blob
b8f73088f9b65938c6dc1e0325578fac5d0df11e
1
#!/bin/sh
2
# Copyright (C) 2011 Andreas Waidler <arandes@programmers.at>
3
#
4
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
5
# TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
6
#
7
# 0. You just DO WHAT THE FUCK YOU WANT TO.
8
9
MTIME
=
"`stat -c %y .`"
10
eval
"$*"
11
res
=
$?
12
touch
-md
"
$MTIME
"
.
13
14
exit
$res