Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tywg001
tywg001 / upload_directory_to_xunlei_lixian.sh
Created November 14, 2012 06:20 — forked from sorrycc/upload_directory_to_xunlei_lixian.sh
上传目录下的所有 torrent 文件到迅雷离线
#
# @fileoverview 上传目录下的所有 torrent 文件到迅雷离线.
# @author ChenCheng <sorrycc@gmail.com>
# @ref https://github.com/iambus/xunlei-lixian
#
tmpdir="path/to/tmp/directory";
script="path/to/xunlei-lixian/lixian_cli.py"
if [ ! -d "$tmpdir" ]; then