Category "argv"

How to pass a string variable from shell script to python with sys.argv?

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=

Matching command line args

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