A collection of useful POSIX-compliant shell scripts accessible directly via cURL.
This repository contains helper shell scripts that are served via GitHub Pages at utils.bald.engineer.
Scripts can be executed directly using the curl and pipe method:
curl -fsSL https://utils.bald.engineer/scripts/<script-name>.sh | sh
-f — Fail (exit with error) on HTTP errors (4xx/5xx status codes)-s — Silent mode (no progress meter)-S — Show errors when silent mode is enabled-L — Follow redirectsScripts in this repository are designed to be POSIX-compliant for maximum compatibility across different Unix-like systems and shells.
This project is licensed under the MIT License.