diff options
Diffstat (limited to 'wiki/programming/bash.org')
| -rw-r--r-- | wiki/programming/bash.org | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/wiki/programming/bash.org b/wiki/programming/bash.org new file mode 100644 index 0000000..eaf2559 --- /dev/null +++ b/wiki/programming/bash.org @@ -0,0 +1,17 @@ +# -*- mode: org; -*- + +#+TITLE: Bash +#+SUBTITLE: The Linux shell scripting language. +#+AUTHOR: Marius Peter +#+DATE: <2022-03-27 Sun> +#+FILETAGS: programming + +#+DESCRIPTION: Bash: the Linux shell scripting language. + + +#+begin_abstract +Bash is the most popular linux shell language used today. +#+end_abstract + + +* TODO Introduction |