scripts/dot-local/share/sav-quotes/get-whatthecommit-quotes
2023-10-23 15:16:31 +11:00

7 lines
110 B
Bash
Executable file

#!/usr/bin/env bash
for i in {1..5}; do
curl -s http://whatthecommit.com/index.txt || exit 1
echo "%"
done