8 lines
73 B

#!/bin/bash
pkill iguana
while true
do
../../agents/iguana
sleep 3
done