Skip to content

Instantly share code, notes, and snippets.

View cpasternack's full-sized avatar

Collin Pasternack cpasternack

View GitHub Profile
View ilo-console.sh
#!/bin/bash
USERNAME=""
PASSWORD=""
URL="https://"
HELP="Usage:\t ilo3_jnlp.sh USERNAME PASSWORD URL"
if [ -z ${1} ]
then