random password/token generator

This commit is contained in:
Loic Nageleisen 2015-08-03 15:27:06 +02:00
parent 016d3b178a
commit f99fa50ae8

2
rndpass Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
xxd -l $(($1/2)) -p /dev/random | tr '\n' ':' | sed 's/://g' | xargs echo -n