diff --git a/Scripts/_public.sh b/Scripts/_public.sh new file mode 100755 index 0000000..53a740c --- /dev/null +++ b/Scripts/_public.sh @@ -0,0 +1,22 @@ +#!/bin/bash +#=============================================================================== +# +# FILE: _public.sh +# +# USAGE: _public.sh +# +# DESCRIPTION: Log in to WWW server +# +# OPTIONS: --- +# REQUIREMENTS: --- +# BUGS: --- +# NOTES: --- +# AUTHOR: John Ryland (jryland@xiaofrog.com) +# COMPANY: InvertedLogic +# VERSION: 1.0 +# CREATED: 06/16/08 12:23:23 CST +# REVISION: --- +#=============================================================================== + +ssh invertedlogic_public@www.invertedlogic.com + diff --git a/Scripts/_public.sh b/Scripts/_public.sh new file mode 100755 index 0000000..53a740c --- /dev/null +++ b/Scripts/_public.sh @@ -0,0 +1,22 @@ +#!/bin/bash +#=============================================================================== +# +# FILE: _public.sh +# +# USAGE: _public.sh +# +# DESCRIPTION: Log in to WWW server +# +# OPTIONS: --- +# REQUIREMENTS: --- +# BUGS: --- +# NOTES: --- +# AUTHOR: John Ryland (jryland@xiaofrog.com) +# COMPANY: InvertedLogic +# VERSION: 1.0 +# CREATED: 06/16/08 12:23:23 CST +# REVISION: --- +#=============================================================================== + +ssh invertedlogic_public@www.invertedlogic.com + diff --git a/Scripts/_www.sh b/Scripts/_www.sh deleted file mode 100755 index c296acd..0000000 --- a/Scripts/_www.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash -#=============================================================================== -# -# FILE: _invertedlogic.sh -# -# USAGE: _invertedlogic.sh -# -# DESCRIPTION: Log in to WWW server as user jryland -# -# OPTIONS: --- -# REQUIREMENTS: --- -# BUGS: --- -# NOTES: --- -# AUTHOR: John Ryland (jryland@xiaofrog.com) -# COMPANY: InvertedLogic -# VERSION: 1.0 -# CREATED: 06/16/08 12:23:23 CST -# REVISION: --- -#=============================================================================== - -ssh invertedlogic_public@www.invertedlogic.com -