gcc/config/mpw/mpw-touch

8 lines
96 B
Plaintext
Raw Normal View History

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