Y
Hacker News
new
|
ask
|
show
|
jobs
by
ekimekim
3192 days ago
This isn't too hard. Aliases can expand to arbitrary shell commands, as shown in the article. So you can do something like:
git config --global alias.bomb '!git bomb & git bomb'
to make a fork bomb.