Post B2YaO8CWJuCGSQ2SUy by rl_dane@snac.bsd.cafe
(DIR) More posts by rl_dane@snac.bsd.cafe
(DIR) Post #B2YaO7MlQKnRrtp7pI by vermaden@mastodon.bsd.cafe
2026-01-22T21:47:00Z
0 likes, 0 repeats
Most UNIX people know the bash(1) fork bomb :(){:|:&} code.If you wnat to check the graphical equivalent then try this one :)FreeBSD # pkg install -y mesa-demosFreeBSD # pkg info -l mesa-demos | grep /bin | while read I; do ${I} & doneNot really fork bomb - just 300+ :)
(DIR) Post #B2YaO8CWJuCGSQ2SUy by rl_dane@snac.bsd.cafe
2026-01-22T22:20:59Z
0 likes, 0 repeats
@vermaden@bsd.cafeReminds me of when I do open *.pdf on my computer at work (open is a shell function that eventually calls xdg-open). It goes from nothing to having a dozen Zathura windows open at once.Feels like Star Trek, man. XD