https://github.com/cytopia/yolo
discover new commands
https://github.com/cytopia/yolo
Last synced: about 1 month ago
JSON representation
discover new commands
- Host: GitHub
- URL: https://github.com/cytopia/yolo
- Owner: cytopia
- Created: 2018-09-05T21:58:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T16:26:06.000Z (almost 7 years ago)
- Last Synced: 2025-05-07T14:26:15.129Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
__ __ _____ __ _____
/\ /\ /\ ) ___ ( /\_\ ) ___ (
\ \ \/ / // /\_/\ \( ( ( / /\_/\ \
\ \__/ // /_/ (_\ \\ \_\ / /_/ (_\ \
\__/ / \ \ )_/ / // / /__\ \ )_/ / /
/ / / \ \/_\/ /( (_____(\ \/_\/ /
\/_/ )_____( \/_____/ )_____(
````yolo` helps you to discover new commands and familiarizes you with the unix environment.
## Warning
Executing this tool can lead to a total data loss or other harm. Do not run this on your own machine.
In theory `yolo --help` *should* be safe[1].
[1] Your definition of *safe* might differ.
## About
`yolo` will pick a fairly random binary from your system, append any arguments to that and executes it.
## Use cases
`yolo` could actually do anything from fixing network issues or finalizing your code to (un)deploying the latest release on AWS. There are no limits, but only the right arguments to find.
### Can I play, Daddy?
```
yolo --help
```### Don't hurt me
```
sudo yolo -rf /
```### Bring 'em on!
```
for i in {1..5}; do sudo yolo -rf /; done
```### Windows install party
```
while true; do sudo yolo -rf /; done
```## Contributing
PR me anything fancy, so I can start monetizing.
## License
[WTFPL](http://www.wtfpl.net)