I would like to pass a string variable from a Shell Script to my python script and have it stored in sys.argv[1]. Currently, this is my situation: main.sh TEST=
Starting out learning F#. Want to make a simple program that just tells me what it found in the command line args. I have: [<EntryPoint>] let main argv