curls.sh

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…

Usage

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

Available Scripts

  1. tbw: curl curls.sh/tbw?args="/dev/nvme0n1" | bash; Reports Tera Bytes Written of the provided SSD device.
  2. samsung_bloat_remover: curl curls.sh/samsung_bloat_remover | bash; Removes Samsung’s One UI pre installed bloat.
  3. init_debian_server: curl curls.sh/init_debian_server | bash; Installs Docker and nginx (with certbot) on a Debian server.
  4. vbox_macos: curl curls.sh/vbox_macos?args="macOSCatalina" | bash; Fixes macOS virtual box machine.
  5. ulfius_fedora: curl curls.sh/ulfius_fedora | bash; Installs C build tools and builds and installs Ulfius for Fedora.
  6. random_emoji: curl curls.sh/random_emoji | bash; prints a random emoji every second.
  7. ip: curl curls.sh/ip | bash; prints details about your IP using [ipinfo.io]
    • requires jq

Contributing

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