mirror of
https://github.com/lloeki/toolbelt.git
synced 2026-02-04 04:25:08 +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
|