From 9bd8cdf2ecc2b60f873b393122b19985cbc4587c Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Mon, 2 Jun 2025 12:15:47 +0200 Subject: vault backup: 2025-06-02 12:15:47 --- Bash.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Bash.md (limited to 'Bash.md') diff --git a/Bash.md b/Bash.md new file mode 100644 index 0000000..239ac40 --- /dev/null +++ b/Bash.md @@ -0,0 +1,6 @@ +--- +tags: + - bash +--- +A scripting language in which a user can string together [[Shell]] commands in a reusable file called a script. The script can be executed (or "called") and it will execute the string of commands. +They are not full general purpose programming languages, even though they often have similar constructs available. \ No newline at end of file -- cgit v1.2.3