updated landing page

This commit is contained in:
Daniel Fichtinger 2025-07-10 18:43:29 -04:00
parent 4440393cf1
commit f5b5903404

View file

@ -17,6 +17,24 @@ show_title: false
<center markdown="1">
Hello. I write programming code.
Hello.
I write programming code.
Sometimes it even works.
</center>
```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
```