This is testing syntax highlighting...
#!/bin/bash
echo "test"
if [[ $USER == "root" ]]
then
var="cow"
else
var="moo"
if [[ ${var} == "cow" ]]
then
echo "meow"
else
wcho "woof"
fi
<h1>Hello World!</h1>
This is testing syntax highlighting...
#!/bin/bash
echo "test"
if [[ $USER == "root" ]]
then
var="cow"
else
var="moo"
if [[ ${var} == "cow" ]]
then
echo "meow"
else
wcho "woof"
fi
<h1>Hello World!</h1>