Return to Snippet

Revision: 28556
at July 9, 2010 20:23 by kalmi


Initial Code
if [ -z "$1" ]; then
    # No command-line arguments.
else
    # First command-line argument is $1.
fi

Initial URL


Initial Description


Initial Title
Test first command line argument

Initial Tags


Initial Language
Bash