From d228b131c53442288b403bbf61a01404672e72c5 Mon Sep 17 00:00:00 2001
From: Joseph O'Reilly <jo8g21@soton.ac.uk>
Date: Mon, 14 Feb 2022 09:45:29 +0000
Subject: [PATCH] using variables program

---
 var.sh | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 var.sh

diff --git a/var.sh b/var.sh
new file mode 100644
index 0000000..2eb0e2c
--- /dev/null
+++ b/var.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+exampleVariable=600
+
+echo the value of the variable is $exampleVariable
-- 
GitLab