Take notes on the command line: Difference between revisions

Line 1,189:
else
fp = open(filename, "a+")
write(fp, string(DateTime(now()), "\n\t", join(ARGS, " "), "\n"))
write(fp, join(ARGS, " "))
write(fp, "\n")
close(fp)
end
4,102

edits