Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mpw-touch « mpw « config - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c743a5122b51ab928f2b5f0265da2b485f6e1bb0 (plain)
1
2
3
4
5
6
7
# "Touch" command.

If "`Exists "{1}"`" != ""
	SetFile -m . "{1}"
Else
	Echo ' ' > "{1}"
End If