htg-public/shell/mkpw

10 lines
117 B
Plaintext
Raw Normal View History

#!/bin/bash
if [ "$1" = "0" ]
then
apg -a 0 -M SNCL -x 50 -m 50 -n 24
else
apg -a 1 -M SNCL -x 50 -m 50 -n 24
fi