2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-01-07 12:05:12 +08:00
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