One-Liner Install Server

This server hosts small install scripts and files for quick curl/wget access.

Usage

List available files via directory listing, then download a script:

curl -fsSL http://localhost:8888/hello.sh

Or execute directly (only if you trust the source):

curl -fsSL http://localhost:8888/hello.sh | sh

Add your own scripts

Drop files into /opt/one-liners on the host and they will appear here.