在执行变量名称未知的脚本时如何传递参数?

在执行变量名称未知的脚本时如何传递参数?

我有一个脚本,当我执行它时,会逐一询问几个参数。

[home]$ ./script_name

User> *input here*
Password> *input here*
Authentication ID> *input here*
Success !!
Select the Account (Enter 1 to 3)> *input here*

由于某些原因,我无法读取该脚本,但有人可以帮我吗,在执行脚本时如何传递这些参数用户、密码、身份验证 ID、帐号?

目的是使用 python 执行此操作。

感谢您的帮助。

相关内容