mirror of https://github.com/nodejs/node.git
7 lines
78 B
Bash
7 lines
78 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
sleep 1 # mtime resolution is 1 sec on unix.
|
||
|
touch "$1"
|