Chinaunix首页 | 论坛 | 博客
  • 博客访问: 286193
  • 博文数量: 65
  • 博客积分: 1490
  • 博客等级: 上尉
  • 技术积分: 835
  • 用 户 组: 普通用户
  • 注册时间: 2009-01-16 20:00
文章分类

全部博文(65)

文章存档

2015年(1)

2012年(3)

2010年(7)

2009年(54)

我的朋友

分类: LINUX

2009-03-06 19:37:59

 

/*

*By Neil Chiao ( neilchiao at gmail.com )

*From ( neilengineer.cublog.cn )

*/

 
 
 
 
 
#!/bin/sh
#By Neil Chiao
#Simple Zenity GUI for axel-- the command line accelerator
url=`zenity --title="Axel GUI" --text="Enter url" --entry`
user=`zenity --title="Axel GUI" --text="Enter username" --entry`
pass=`zenity --title="Axel GUI" --text="Enter password" --entry`
 
axel --num-connections=8 "
阅读(495) | 评论(0) | 转发(0) |
0

上一篇:Are you root?

下一篇:Simple encrypt&decrypt script

给主人留下些什么吧!~~