blob: c743a5122b51ab928f2b5f0265da2b485f6e1bb0 [file] [log] [blame]
# "Touch" command.
If "`Exists "{1}"`" != ""
SetFile -m . "{1}"
Else
Echo ' ' > "{1}"
End If