Open tamalsaha opened 3 months ago
#!/bin/bash set -exo pipefail RAND=$(head /dev/urandom | tr -dc 'a-z' | head -c 4) echo $RAND create_bucket() { echo $RAND }