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 a real wingdinger of a script
@eri does that... ... squints that's evil.
@eri ⧫︎♒︎♋︎⧫︎ ♓︎⬧︎ ♍︎◆︎❒︎⬧︎♏︎♎︎
@eri lol this is awful, I love it
@eri running this in the terminal of a deltarune fan to send them to a dimension of pure pain
@eri wait, how can this work? the command isn't being run with sudo, its output is, which makes little sense to me?