This website requires JavaScript.
Explore
Help
Sign In
christian
/
scripts
Watch
1
Star
0
Fork
You've already forked scripts
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
3bbf84aa27
scripts
/
random
/
random_string.sh
3 lines
76 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
< /dev/urandom tr -dc _.:
=
\;
A-Z-a-z-0-9
|
head -c
${
1
:-
32
}
;
echo
;
Reference in New Issue
View Git Blame
Copy Permalink