Get shell script “read” value from python script

前端 未结 2 529
生来不讨喜
生来不讨喜 2021-01-23 10:13

Shell script: Hello.sh

#!/bin/bash
echo \"Enter your name: \"
read name
echo \"Hello $name\"

I want to invoke Hello.sh from within python and f

2条回答
提交回复
热议问题