What are you working on? - Programming On Unix
Users browsing this thread: 13 Guest(s)
|
|||
(25-02-2021, 07:54 AM)TheAnachron Wrote: - blog (50 LOC shell script to generate my blog based on markdown and template files) I'm curious. What do you do in 50 lines of code? for FILE in *; do cat $header $FILE $footer > $FILE.html; done ? I mean, there's a lot of things I can see in blogs, like indexing, and I don't see them in 50LoC. |
|||