摘要:
#!/bin/bashif [[ $# != 3 ]]; then echo 'usage:prewget $FILE $LINK $TIME ' echo 'e.g. prewget google google.com 02:11' exit 1fi# variablefilename=$1downlink="\"$2\""downtime=$3tmpfile="$HOME/Public/prewget_$filename"# write the code to a scriptcat << 阅读全文
摘要:
http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/4.0.4_r2.1/android/content/Context.java#Context 阅读全文