infctl-cli/scripts/failue.sh
jon brookes 80f4e5a53b fix: Update cert-manager
improve installation script and increase max readines retries for cert-manager
2025-10-08 15:03:24 +01:00

30 lines
263 B
Bash
Executable file

#!/usr/bin/env bash
for i in {1..5}; do
echo "working ..."
sleep 0.5
done
sleep 2
echo "not working ..."
sleep 1
figlet "boom"
sleep 1
figlet "bang"
sleep 2
echo "oh dear, oh my..."
sleep 1
figlet "Houston, we have a problem"
sleep 1
exit 1