gcc/config/mpw/mpw-touch

8 lines
96 B
Plaintext
Raw Normal View History

1997-08-22 06:57:35 +08:00
# "Touch" command.
If "`Exists "{1}"`" != ""
SetFile -m . "{1}"
Else
Echo ' ' > "{1}"
End If