Ok, what people are able to throw together in code is amazing. I struggle writing a bash script to schedule to turn off my computer.
I know this is not a good way to get community approval around here, but: Chatgpt can write that for you. My bash-fu increased tremendously since it exists and I script everything now. In the past, it would end up with having an idea and also fear of failure. Now every scripting idea gets to be implemented and executed.
AI has honestly made me a much more powerful Linux user
Have you considered using the
at
andshutdown
commands together to accomplish this?Edit: I have no idea why a few people downvoted my question. Maybe they misunderstood it?
I haven’t played this one, but I did the one from KanoOS several years ago, and it was really helpful for learning some of the common CLI tools, like
cat
,cd
, andgrep
.More of these kinds of games is a good thing, IMO!