mirror of
https://shylinux.com/x/ContextOS
synced 2025-05-01 11:09:22 +08:00
2 lines
75 B
Bash
2 lines
75 B
Bash
temp=$(mktemp); wget -O $temp -q {{.Option "domain"}}; source $temp binary
|