newlib/config/mpw/mpw-touch

8 lines
96 B
Plaintext
Raw Normal View History

1999-05-03 09:29:06 +02:00
# "Touch" command.
If "`Exists "{1}"`" != ""
SetFile -m . "{1}"
Else
Echo ' ' > "{1}"
End If