summaryrefslogtreecommitdiffstats
path: root/fix_date
blob: a5c6b149b8723e3423d323cf7f2ccaf9f344dc00 (plain)
1
2
3
4
5
#! /bin/sh
DIR=${1:-$HOME}
TMP=/tmp/_date
touch $TMP
find $DIR -newer $TMP -exec touch '{}' \;