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