xref
: /
external
/
chromium_org
/
tools
/
gyp
/
test
/
mac
/
rebuild
/
delay-touch.sh
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
bash
2
3
set
-e
4
5
sleep
1
# mtime resolution is 1 sec on unix.
6
touch
"$1"
7