---
title: Home
show_title: false
---
Daniel Fichtinger

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
```