Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1045002
  • 博文数量: 277
  • 博客积分: 8313
  • 博客等级: 中将
  • 技术积分: 2976
  • 用 户 组: 普通用户
  • 注册时间: 2010-04-22 11:25
文章分类

全部博文(277)

文章存档

2013年(17)

2012年(66)

2011年(104)

2010年(90)

我的朋友

分类:

2010-05-17 11:10:15

#!/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
阅读(755) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~