#!/bin/bash random_str() { local randomlength=16 local str="gg-" local chars="abcdefghijklmnopqrstuvwxyz0123456789" for ((i=0; i