Report
count
audible counter
Page
bash
utility
Bash commands list
Reference
nbcli.space/cmds.html#count
Source Code
#!/bin/bash if [[ $2 == "/" ]] then breath=$3 else breath=1 fi while (( COUNT <= $1 )) do echo $COUNT say "$COUNT" let COUNT++ sleep $breath done
github.com
nbcli/count at main ยท nbcli-meta/nbcli
Repository for nbcli (nothing but CLI) meta-instrument project at https://nbcli.space - nbcli-meta/nbcli
count