art-institute-of-chicago / aic-bash

A bash script to query our API for public domain artworks and render them as ASCII art
GNU Affero General Public License v3.0
153 stars 16 forks source link

function to print a new output every $TIME #2

Open nllz opened 4 years ago

nllz commented 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):

while true; do ./aic.sh; sleep 30; done