这是我的php代码:
<?php
$var1="hello.txt";
exec("expect /home/foo.sh $var1");
?>
和我的shell脚本:
spawn su -s /bin/bash root -c "/usr/bin/gpg --output /home/$1.gpg --encrypt --recipient sampleonly@yahoo.com /home/$1"
expect "Password:"
send "mypassword\r"
expect "*complete*"
它没有得到我的变量