Add bin/uniqueString

This commit is contained in:
Nise Void 2020-12-08 11:52:24 +01:00
parent 9daed8c324
commit 192ba24829
Signed by: NiseVoid
GPG Key ID: FBA14AC83EA602F3
1 changed files with 2 additions and 0 deletions

2
bin/uniqueString Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
cat /dev/urandom | tr -dc _A-Z-a-z-0-9 | head -c${1:-$1};echo;