#!/bin/bash
while true; do
  node ~/loopuman-backend/fire-feedback-burst.js
  sleep 900
done
