Files
protoboard/loop.sh
2020-07-13 06:42:48 -04:00

4 lines
64 B
Bash

#!/bin/bash
while [ : ]; do ./test-counts.py > /dev/null; done