Very Simple Bash Scripts: "#! /bin/bash
# script to turn the screen blue
setterm -background blue
echo It is a blue day
Line 1: specifies which shell should be used to interpret the commands in the script.
Line 2: is a comment (has no effect when the script is executed).
Line 3: sets the background colour.
Line 4: displays a message."
Thursday, May 14, 2009
Wednesday, April 1, 2009
LAMP Linux Apache MySQL PHP - quickstart for redhat 9
LAMP Linux Apache MySQL PHP - quickstart for redhat 9: "LAMP Linux Apache MySQL PHP - quickstart for redhat 9"
Subscribe to:
Posts (Atom)