Is there a way to read data that is coming into the command-line, straight into another Python script for execution?
use pipes
x = input()
does the magic