Take notes on the command line: Difference between revisions

Content added Content deleted
No edit summary
Line 1,626: Line 1,626:
<lang python>import sys, datetime, shutil
<lang python>import sys, datetime, shutil


#sys.argv[1:] = 'go for it'.split()
if len(sys.argv) == 1:
if len(sys.argv) == 1:
try:
try: