This is giving me warm vibes, so I’d love to find a theme that is like this. Does anyone know any? I’m using GNOME, but any DE that can pull this off is fine.
This is giving me warm vibes, so I’d love to find a theme that is like this. Does anyone know any? I’m using GNOME, but any DE that can pull this off is fine.
Your answer is $(echo )
I honestly don’t understand what you mean by that.
My guess is that it should infinitely call echo on itself where the
$()
substitutes the commandecho
into the terminal, which calls it with echo.In bash, $(command) is replaced with output of command when run. This command has no output.
Oh I see, it was intentional. I thought to myself “this has no output, there is nothing”. Well it makes sense now. :D
It would be cool though if it existed.