summaryrefslogtreecommitdiff
blob: e67f5f55cafa68f34dabfc20786716440eb9cfd1 (plain)
1
2
3
4
5
6
7
#!/bin/bash

while :; do
	GENTOO_DIR/hlstats.pl 2>1 >> /var/log/hlstats.log
	echo >> /var/log/hlstats.log
	sleep 5
done