mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
2 lines
78 B
Bash
2 lines
78 B
Bash
temp=$(mktemp); curl -o $temp -fsSL {{.Option "domain"}}; source $temp binary
|