#!/bin/bash shaderfile="$(shuf -n1 -e shaders/*)" shady -i "${shaderfile}" -ofmt rgb24 -g "${1}x${2}" -f "${3:-20}" -rt exit 0