Open nllz opened 4 years ago
You might want to add this command to the README.md, for people to have a new image every 30 seconds (especially since watch does not work):
watch
while true; do ./aic.sh; sleep 30; done
You might want to add this command to the README.md, for people to have a new image every 30 seconds (especially since
watch
does not work):while true; do ./aic.sh; sleep 30; done