pull down to refresh

if i had an alt account, my bio:

i like to keep 4 sweet potatoes in my amazon fresh shopping cart just in case
124 sats \ 0 replies \ @optimism 14h
while true; do
  k00bhasalt=$(curl -s https://stacker.news/search?q=%224+sweet+potatoes%22&what=posts | tr "<a" "\n" | grep "/items/.*&#x27;s bio" | wc -l | tr -d " ")
  if [ "${k00bhasalt}" -gte "1" ]; then
    ffplay gottem.mp3
  fi;
  sleep 3600;
done;
reply