Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Airblader/yolo
Kill a random process
https://github.com/Airblader/yolo
ironically-shitty satire yolo yoloswag
Last synced: 3 months ago
JSON representation
Kill a random process
- Host: GitHub
- URL: https://github.com/Airblader/yolo
- Owner: Airblader
- License: mit
- Created: 2016-04-08T13:34:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T06:39:51.000Z (about 8 years ago)
- Last Synced: 2024-05-08T17:37:29.305Z (6 months ago)
- Topics: ironically-shitty, satire, yolo, yoloswag
- Language: Makefile
- Homepage:
- Size: 5.86 KB
- Stars: 67
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-programming-humor - yolo - Script to kill a random process on your machine. (GitHub Projects)
README
# yolo
Execute it with sudo.
## Other Ideas
#### git yolo
Reverts a random commit. Immediate force push to increase the fun.
````
[alias]
yolo = '!git log --no-merges --oneline | awk -F' ' '{print $1}' | sort -R | head -n1 | xargs git revert && git push -f'
```