Testing bash highlighting, both fence styles.
Native AsciiDoc block:
#!/usr/bin/env bash
set -e
for f in *.log; do
grep -c ERROR "$f" || echo "clean: $f"
done
curl -s https://perstitio.us/getuserdata | head -1
Markdown-style fence:
echo "do backtick fences work too?" && date