Son aktivite 1759078419

random_str.sh Ham
1#!/bin/bash
2random_str() {
3 tr -dc A-Za-z0-9 </dev/urandom | head -c 13; echo
4}
5