]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - config/mpw/mpw-touch
19990502 sourceware import
[thirdparty/binutils-gdb.git] / config / mpw / mpw-touch
1 # "Touch" command.
2
3 If "`Exists "{1}"`" != ""
4 SetFile -m . "{1}"
5 Else
6 Echo ' ' > "{1}"
7 End If