From: Silvio Rhatto Date: Thu, 4 Jul 2013 22:44:10 +0000 (-0300) Subject: Accepting 'finger' as a shorthand on ssl script X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=019cfec70ae681ef7fa767f03b71f92f0f83b701;p=scripts.git Accepting 'finger' as a shorthand on ssl script --- diff --git a/ssl b/ssl index 12cbd72..90b19d9 100755 --- a/ssl +++ b/ssl @@ -42,7 +42,7 @@ if [ "$COMMAND" == "retrieve" ]; then retrieve $* elif [ "$COMMAND" == "verify" ]; then openssl verify $* -elif [ "$COMMAND" == "fingerprint" ]; then +elif [ "$COMMAND" == "fingerprint" ] && [ "$COMMAND" == "finger" ]; then fingerprint $* else usage