most shells will accept outputting from a silent command to a file, e.g. :> foo.txt (where : is the posix synonym to the true command)
Nicely done! I have a CLI tool that does sth similar (input download, answer submissions): https://github.com/tranzystorekk/arrive
I played The Longing when I wasn't sick, but the pacing felt worse than sluggish, so it was a quick refund.
most shells will accept outputting from a silent command to a file, e.g.
:> foo.txt
(where:
is the posix synonym to thetrue
command)