forked from x/ContextOS
3 lines
156 B
Bash
3 lines
156 B
Bash
temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL {{.Option "domain"}}; else wget -O $temp -q {{.Option "domain"}}; fi; source $temp source
|
|
|