#avoiding_the_dreaded_fork — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #avoiding_the_dreaded_fork, aggregated by home.social.
-
tired:
ls |wc -l
wired:c=0; for x in *; do ((c++)); done; echo $c
inspired: whatever @mirabilos suggests 😄