From 75b4433c824f6d5aff07fa13715e1555b002e08d Mon Sep 17 00:00:00 2001 From: Tim van Veenendaal Date: Mon, 16 Aug 2021 17:43:59 +0200 Subject: [PATCH] Add linux file and parallel ref --- docs/cheatsheet.md | 2 ++ docs/linux.md | 7 +++++++ docs/php.md | 2 ++ docs/readme.md | 7 +++++-- 4 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 docs/linux.md diff --git a/docs/cheatsheet.md b/docs/cheatsheet.md index f4642dc..cabb9ea 100644 --- a/docs/cheatsheet.md +++ b/docs/cheatsheet.md @@ -1,3 +1,5 @@ +[Overview](readme.md) + This is intended as a quick reference and showcase. For more complete info, see [John Gruber's original spec](http://daringfireball.net/projects/markdown/) and the [Github-flavored Markdown info page](http://github.github.com/github-flavored-markdown/). Note that there is also a [Cheatsheet specific to Markdown Here](./Markdown-Here-Cheatsheet) if that's what you're looking for. You can also check out [more Markdown tools](./Other-Markdown-Tools). diff --git a/docs/linux.md b/docs/linux.md new file mode 100644 index 0000000..a220781 --- /dev/null +++ b/docs/linux.md @@ -0,0 +1,7 @@ +[Overview](../README.md) + +- [Shell](#shell) + +## Shell + +[Parallel running and waiting](https://hackaday.com/2021/08/16/linux-fu-walk-chew-gum/) \ No newline at end of file diff --git a/docs/php.md b/docs/php.md index 2cf487b..710fe3a 100644 --- a/docs/php.md +++ b/docs/php.md @@ -1,3 +1,5 @@ +[Overview](../README.md) + - [Symfony](#symfony) - [Fun](#fun) diff --git a/docs/readme.md b/docs/readme.md index 48f87fa..0045cd9 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -1,3 +1,6 @@ -[Cheat sheet](cheatsheet.md) +[Back](../README.md) -[PHP](php.md) +## Table of contents +- [Cheat sheet](cheatsheet.md) +- [PHP](php.md) +- [Linux](linux.md) \ No newline at end of file