Added makepass function

This commit is contained in:
Veit Heller
2014-10-02 21:46:53 +02:00
parent d81767b2e6
commit 8c848c2517
2 changed files with 12 additions and 0 deletions

View File

@@ -60,6 +60,12 @@ extract(){
fi
}
makepass(){
cat /dev/urandom | base64 | head -c 20
echo ''
}
mcd(){
mkdir -p $1
cd $1