mirror of https://github.com/torappinfo/uweb
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
351 B
Bash
9 lines
351 B
Bash
(cat<<EOF ;cat /sdcard/uweb/default.filecap)|awk -F: '!s[$1]++'>a.tmp;mv a.tmp /sdcard/uweb/default.filecap
|
|
txt:text/plain:curl -r 0-10240 -s "%u"
|
|
tar.xz:text/plain:curl -r 0-10240 -s "%u"|tar -J -t
|
|
tar.gz:text/plain:curl -r 0-10240 -s "%u"|tar -J -t
|
|
tgz:text/plain:curl -r 0-10240 -s "%u"|tar -J -t
|
|
tar:text/plain:curl -r 0-10240 -s "%u"|tar -t
|
|
EOF
|
|
|