From c1eb1654f2a4e7c3cad4b607894614c7ef161741 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 17 Feb 2021 14:53:07 +0100 Subject: [PATCH] Auto: misc. --- journal/2021-02-17.md | 3 ++- unix-philosophy.md | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 unix-philosophy.md diff --git a/journal/2021-02-17.md b/journal/2021-02-17.md index 909c8d052..eb7b62b52 100644 --- a/journal/2021-02-17.md +++ b/journal/2021-02-17.md @@ -1,3 +1,4 @@ # 2021-02-17 -- [[quad9]] \ No newline at end of file +- [[quad9]] +- [[unix philosophy]] \ No newline at end of file diff --git a/unix-philosophy.md b/unix-philosophy.md new file mode 100644 index 000000000..5211708e7 --- /dev/null +++ b/unix-philosophy.md @@ -0,0 +1,9 @@ +# Unix Philosophy + +- [[go]] https://en.wikipedia.org/wiki/Unix_philosophy + - [[simple]] [[short]] [[clear]] [[modular]] [[extensible]] [[code]] + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[go]: go "Go" +[//end]: # "Autogenerated link references" \ No newline at end of file