shell:tftp
时间:2010-05-17 来源:victure83
#!/bin/sh
echo "the program's name is $0"
echo "the program's pid is $$"
echo "the number of argument is $#"
rm -rf $1
tftp -g -r $1 192.168.1.19
chmod u+x $1
./$1
echo "the program's name is $0"
echo "the program's pid is $$"
echo "the number of argument is $#"
rm -rf $1
tftp -g -r $1 192.168.1.19
chmod u+x $1
./$1
相关阅读 更多 +