#!/bin/bash while true do python3 ./clickstream.py echo "Press [CTRL+C] to stop.." sleep 1 done