101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

570
active users

наб

@arielmt @mcc as a point of note, i think this makes much more sense to be written as

touchp() { for file; do mkdir -p "$(dirname "$file")" && >> "$file"; done; }

(a) in "$@" is extraneous
(b) so is touch. unless of course you are actually using touch for touching instead of just making files, but seeing as it's most likely a fresh directory, that's unlikely