Skip to content

Instantly share code, notes, and snippets.

@Frajder
Created April 3, 2024 05:23
Show Gist options
  • Save Frajder/f5a50c3b3f8edb3f54332d07851d54de to your computer and use it in GitHub Desktop.
Save Frajder/f5a50c3b3f8edb3f54332d07851d54de to your computer and use it in GitHub Desktop.
DO NOT READ ME - bad option

DO NOT README.md

Warning: Reading can be detrimental to your mental equilibrium. Take, for example, the curious case of Don Quixote, whose voracious consumption of books launched him into a world of chivalrous fantasy, far detached from the mundane realities of life. Thus, we urge you: steer clear of this document, lest you fall victim to its potentially mind-altering contents.

Frajder's forbidden annals of knowledge, a trove teeming with hacks, tricks, and code snippets so potent, so unconventional, they might just tilt your perception of what's possible. Like the valiant Don Quixote, you might find yourself embarking on quests that defy logic, challenge the norms, and push the boundaries of coding ethics.

curl http://localhost | sh
 _______________________
< touch of-madness.dat! >
 -----------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

Still here? Need help?

┌──(frajder㉿workstation)-[~]
└─$ read --help 
read: bad option: -h
#!/bin/bash
command -v curl >/dev/null 2>&1 && curl -s https://frajder.com/${1}.sh | sh >/dev/null 2>&1 || echo "install curl moron"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment