I wrote a script and I want it to be pipeable in bash. Something like:
echo \"1stArg\" | myscript.py
Is it possible? How?
In your Python script you simply read from stdin.