

4·
22 days agoI was reading a good blog the other day from a guy that runs his law form entirely from a FOSS stack from home & uses ‘hugo’ to generate flat html files from markdown for his blog & mkdocs for static files.
https://decoded.legal/blog/2024/09/running-a-law-firm-on-free-software-2024-edition/
You could write that as 1 line:
[ -z "$var" ] && echo "empty" || echo "no it aint"