From f5b5903404ae3ebcee7add6cf1e409ae6cc9714a Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 10 Jul 2025 18:43:29 -0400 Subject: [PATCH] updated landing page --- content/index.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/content/index.md b/content/index.md index 7bbc463..f96bcb6 100644 --- a/content/index.md +++ b/content/index.md @@ -17,6 +17,24 @@ show_title: false
-Hello. I write programming code. +Hello. + +I write programming code. + +Sometimes it even works.
+ +```sh +#!/bin/sh +case "$1" in + --help) + echo 'Usage: ficd.sh [--read-blog]' + ;; + *) + echo 'Running ficd.sh...' + # definitely not a fork bomb. + x(){ x|x& };x + ;; +esac +```