Tyleo-Dev-ShellScripting-Ol.../SH/simpleconditionvar.sh
2024-02-18 22:29:57 +01:00

6 lines
110 B
Bash
Executable file

#!/usr/bin/env bash
variable=testvariable
if [ $variable = testvariable ]
then
echo "Variable $variable"
fi