Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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'
```