diff --git a/Scripts/ascii-art-banner.sh b/Scripts/ascii-art-banner.sh index 9e4e02a..7ab48f1 100755 --- a/Scripts/ascii-art-banner.sh +++ b/Scripts/ascii-art-banner.sh @@ -1,4 +1,32 @@ #!/bin/bash +#=============================================================================== +# +# ASCII Art Banner +# +# _|_| | | +# _ \ (_-< _| | | _ \ _\_ _| _ \ _ \ . \ . \ __\ _\ +# \__,_\___/\__|_|_| \__,_\_| _| \___/\__,_\_| _|_| _|\___/_| +# +# +# FILE: ascii-art-banner.sh +# +# USAGE: ./ascii-art-banner.sh "some string to print" +# +# DESCRIPTION: Prints a cool looking ASCII art version of the string +# +# OPTIONS: --- +# REQUIREMENTS: --- +# BUGS: --- +# NOTES: --- +# AUTHOR: John Ryland (jryland@invertedlogic.com) +# COMPANY: InvertedLogic +# VERSION: 1.0 +# CREATED: 09/07/09 03:19:58 CST +# REVISION: --- +# +# COPYRIGHT: Copyright 2009, InvertedLogic, All rights reserved. +# +#=============================================================================== function get-line { head -n $1 << EOF | tail -n 1