Skip to content

Instantly share code, notes, and snippets.

View jchung00's full-sized avatar

Jae Chung jchung00

View GitHub Profile
#!/bin/bash
if [[ $1 == "" ]]; then
echo "Search for vanity keys - Usage : ./vanity.sh STRING"
exit 1
fi
echo "Finding keys containing : $1"
STRING=$(echo "$1" | tr '[:upper:]' '[:lower:]')