summaryrefslogtreecommitdiff
path: root/Bash.md
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-06-02 12:15:47 +0200
committerJasper Ras <jras@hostnet.nl>2025-06-02 12:17:02 +0200
commit9bd8cdf2ecc2b60f873b393122b19985cbc4587c (patch)
treea4e0ad7e2824e24b187525fc3c51f8d382d1aceb /Bash.md
parenta61d928b279c5c508aca3bfc7cb14d810c3d75de (diff)
vault backup: 2025-06-02 12:15:47
Diffstat (limited to 'Bash.md')
-rw-r--r--Bash.md6
1 files changed, 6 insertions, 0 deletions
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