A bunch of completely safe and cool scripts to run using the classic curl thing.com | sh.
PS: the scripts were only tested on Linux and FreeBSD, no idea what’s gonna happen on other systems, obviously they won’t work on Win*ows…
Pretty straight forward, just run
curl curls.sh/script | sh
To provide CLI arguments before hand, pass them as args query parameter
curl curls.sh/script?args="-pr" | sh
tbw: curl curls.sh/tbw?args="/dev/nvme0n1" | bash; Reports Tera Bytes Written of the provided SSD device.
samsung_bloat_remover: curl curls.sh/samsung_bloat_remover | bash; Removes Samsung’s One UI pre installed bloat.
init_debian_server: curl curls.sh/init_debian_server | bash; Installs Docker and nginx (with certbot) on a Debian server.vbox_macos: curl curls.sh/vbox_macos?args="macOSCatalina" | bash; Fixes macOS virtual box machine.
ulfius_fedora: curl curls.sh/ulfius_fedora | bash; Installs C build tools and builds and installs Ulfius for Fedora.random_emoji: curl curls.sh/random_emoji | bash; prints a random emoji every second.ip: curl curls.sh/ip | bash; prints details about your IP using [ipinfo.io]
I bet you have something else interesting to add to the scripts list and it would be really nice of you to contribute, check the poorly written CONTRIBUTING.md for more info.
Made with 🧉 by Baraa Al-Masri