mirror of
https://github.com/Chewbaccalakis/random.git
synced 2026-07-12 13:33:58 -07:00
Update dinopass
This commit is contained in:
@@ -20,10 +20,12 @@ if [ "$1" == "" ]; then
|
|||||||
echo "Use 'dinopass strong' to generate a strong password"
|
echo "Use 'dinopass strong' to generate a strong password"
|
||||||
echo " mixed upper and lowercase letters, a special character, plus numbers"
|
echo " mixed upper and lowercase letters, a special character, plus numbers"
|
||||||
elif [ "$1" == "simple" ]; then
|
elif [ "$1" == "simple" ]; then
|
||||||
|
echo ""
|
||||||
curl $SIMPLE_URL
|
curl $SIMPLE_URL
|
||||||
echo ""
|
echo ""
|
||||||
echo ""
|
echo ""
|
||||||
elif [ "$1" == "strong" ]; then
|
elif [ "$1" == "strong" ]; then
|
||||||
|
echo ""
|
||||||
curl $STRONG_URL
|
curl $STRONG_URL
|
||||||
echo ""
|
echo ""
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user