tdownload - scripts - various script and utils
HTML git clone git://z3bra.org/scripts
DIR Log
DIR Files
DIR Refs
---
tdownload (105B)
---
1 #!/bin/sh
2
3 cd $HOME/dump
4 OUT="$(thinglaunch -o)"
5 test -z "$OUT" && curl -sLO "$@" || curl -s "$@" > $OUT