Post #3604572
2026-07-05 13:10 UTC
@laru@pleroma.laru.dsrv.x7q.eu @luna@fedi.mldchan.dev I love shell scripts!
fun fact, shell scripts allow you to remove leading tabs (and only tabs) off a heredoc
so you could do tab-indent, space, tab-and-or-spaces for config indent >:3
Replies (2)
-
@luna@fedi.mldchan.dev 2026-07-05 13:11
@6@possum.city @laru@pleroma.laru.dsrv.x7q.eu I have a lot of shell scripts in the home directory of my user on my server
-
@laru@pleroma.laru.dsrv.x7q.eu 2026-07-05 13:22
@6@possum.city @luna@fedi.mldchan.dev yeah but as i already said the reason i rewrote this to js was because shell scripts just become painful to maintain once they reach a certain complexity, especially with the complete lack of error handling that just results in weird behavior when you write a bug, rather than your program crashing i rewrote it to js when i added the function to pick certs automatically