updated landing page
This commit is contained in:
parent
4440393cf1
commit
f5b5903404
1 changed files with 19 additions and 1 deletions
|
@ -17,6 +17,24 @@ show_title: false
|
||||||
|
|
||||||
<center markdown="1">
|
<center markdown="1">
|
||||||
|
|
||||||
Hello. I write programming code.
|
Hello.
|
||||||
|
|
||||||
|
I write programming code.
|
||||||
|
|
||||||
|
Sometimes it even works.
|
||||||
|
|
||||||
</center>
|
</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
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue