Como integrar o python ao shell [closed]

2

Este é o meu código:

#!/bin/bash
python - <<END
import subprocess
command = raw_input('console>')
p = subprocess.Popen(command, stdout=subprocess.PIPE, shell=True)
(output, err) = p.communicate()
print "", output
END
    
por chitranjan morwal 04.08.2018 / 08:47

0 respostas

Tags