mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-15 02:09:19 +08:00
8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
# "Touch" command.
|
|
|
|
If "`Exists "{1}"`" != ""
|
|
SetFile -m . "{1}"
|
|
Else
|
|
Echo ' ' > "{1}"
|
|
End If
|