I know that I can run a python script from my bash script using the following:
python python_script.py
But what about if I wanted to pass a
Print all args without the filename:
for i in range(1, len(sys.argv)): print(sys.argv[i])