Skip to content

Instantly share code, notes, and snippets.

@vinbarnes
Created September 9, 2008 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinbarnes/9685 to your computer and use it in GitHub Desktop.
Save vinbarnes/9685 to your computer and use it in GitHub Desktop.
[barnekr@pibook:~]$ type testy
testy is a function
testy ()
{
if [ $# -ne 0 ]; then
AUTOTEST=$1 autotest;
else
autotest;
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment