mirror of
https://github.com/lloeki/toolbelt.git
synced 2025-12-06 01:54:41 +01:00
2 lines
89 B
Bash
Executable file
2 lines
89 B
Bash
Executable file
#!/bin/bash
|
|
xxd -l $(($1/2)) -p /dev/random | tr '\n' ':' | sed 's/://g' | xargs echo -n
|