busybox-style multiplexer for poor-tools
curl -sSL https://poor.tools/poor | sh -s -- --help
curl -sSL https://poor.tools/poor/install | sh
minimal column(1) clone with basic -s/-t support
curl -sSL https://poor.tools/column | sh -s -- --help
curl -sSL https://poor.tools/column/install | sh
curl, but uses wget behind the scenes
curl -sSL https://poor.tools/curl | sh -s -- --help
curl -sSL https://poor.tools/curl/install | sh
tiny curl-ish fetcher using openssl s_client (HTTPS only)
curl -sSL https://poor.tools/curl-openssl | sh -s -- --help
curl -sSL https://poor.tools/curl-openssl/install | sh
nmap-like port scanner using nc
curl -sSL https://poor.tools/nmap | sh -s -- --help
curl -sSL https://poor.tools/nmap/install | sh
minimal interactive TTY bridge (like socat)
curl -sSL https://poor.tools/socat | sh -s -- --help
curl -sSL https://poor.tools/socat/install | sh
timeout implementation (like busybox timeout)
curl -sSL https://poor.tools/timeout | sh -s -- --help
curl -sSL https://poor.tools/timeout/install | sh