使用php調用shell腳本同步文件

當你在上傳文件的時候須要同步到另外機器的時候,能夠執行shell腳本實現文件同步php #! /bin/bash a=$1 b=$2 ip=$3 port=$4 passwd=$5 /bin/rpm -qa|/bin/grep -q expect if [ $? -ne 0 ];then echo "please install expect" exit fi if
相關文章
相關標籤/搜索