old-cross-binutils/config/mpw/mpw-touch

8 lines
96 B
Text
Raw Normal View History

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