mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
# "Touch" command.
|
|
|
|
If "`Exists "{1}"`" != ""
|
|
SetFile -m . "{1}"
|
|
Else
|
|
Echo ' ' > "{1}"
|
|
End If
|