#!/bin/bash if [ ! -f /var/www/html/schedule/.key ]; then cat /dev/urandom | tr -dc '_A-Za-z0-9' | head -c${1:-32} > /var/www/html/schedule/.key fi