6.17.1. Stand alone unix/nt mainline

Command line stub.
Start python section to interscript/bin/iscr.py[1 /1 ]
     1: #!/usr/bin/env python
     2: #line 471 "iscr.pak"
     3: import sys
     4: args = sys.argv[1:]
     5: if len(args)>0 and args[0]=='--test':
     6:   print 'Interscript test mode, loading interscript from current directory'
     7:   if sys.path[0]!='':
     8:     sys.path = ['']+ sys.path
     9:   args = args[1:]
    10: import interscript
    11: interscript.run_from_options(args)
    12: 
End python section to interscript/bin/iscr.py[1]