ficd.sh/content/index.md

471 B

title show_title
Home false

Daniel Fichtinger

Hello.
I write programming code.
Sometimes it even works.

#!/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