I have a while loop in a shell command: sp = subprocess.Popen("while [ 1 ]; do say \\"hello world\\"; done;"). However, when I send sp
sp = subprocess.Popen("while [ 1 ]; do say \\"hello world\\"; done;")
sp