博客园 首页 新随笔 联系 订阅 管理

随笔分类 -  Firefox

摘要:运行脚本:#!/bin/sh# FlashGot Command line arguments template: [URL] [COMMENT] [FOLDER]if [ $# = 3 ]; thenecho "Make a folder."mkdir $3/$2echo "Make a shell task files."echo "axel -s 20000 -n 1 -a -o $2 $1" > $3/$2/task.shchmod +x $3/$2/task.shelseecho "Axeltask.sh e 阅读全文
posted @ 2013-12-07 01:51 ZhanGSKen163 阅读(421) 评论(0) 推荐(0)