Bash: Hello World

Just a simple script echoing "Hello World".

#!/bin/bashif [ "$USER" = "root" ]then  echo "Hello world"fi

AttachmentSize
helloworld.sh35 bytes

Comments

Precis det scriptet jag letade efter!

Vilken tur att jag skapade just detta.

Jag hade tillfällen som det du står för i åtanke.

You are aware of the fact that only root will react on this script? ;-)