fix randalnum inserting brackets
This commit is contained in:
parent
0780beb50d
commit
5d51b6a00b
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ error(){
|
|||
}
|
||||
|
||||
randalnum() {
|
||||
tr -cd '[a-zA-Z]' < /dev/urandom | head -c $1
|
||||
tr -cd 'a-zA-Z' < /dev/urandom | head -c $1
|
||||
}
|
||||
|
||||
# $* = input
|
||||
|
|
|
|||
Loading…
Reference in a new issue