i don't even write shell scripts anymore i just golf it down to a oneliner and then put it in crontab

my favorite shell oneliner remains as

sudo $(fc-list --format=%"{file}\n" | xargs -d '\n' rm && wget -P /usr/share/fonts https://archive.org/download/windows-fonts_202006/W/WINGDING.TTF && fc-cache -f && reboot)

@eri wait, how can this work? the command isn't being run with sudo, its output is, which makes little sense to me?