BOFH Excuse Generator
It’s not your fault. Here’s proof.
See all excuses in this JSON file
1
2
3
# get a random excuse
curl -s https://some-natalie.dev/bofh-excuses/excuses.json |\
jq -r --argjson r $RANDOM '.[($r % length)]'
It’s not your fault. Here’s proof.
See all excuses in this JSON file
1
2
3
# get a random excuse
curl -s https://some-natalie.dev/bofh-excuses/excuses.json |\
jq -r --argjson r $RANDOM '.[($r % length)]'