Add bin/uniqueString
This commit is contained in:
parent
9daed8c324
commit
192ba24829
1 changed files with 2 additions and 0 deletions
2
bin/uniqueString
Executable file
2
bin/uniqueString
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
cat /dev/urandom | tr -dc _A-Z-a-z-0-9 | head -c${1:-$1};echo;
|
Loading…
Add table
Add a link
Reference in a new issue