[NetBehaviour] tracker

James Morris james at jwm-art.net
Wed Oct 1 21:07:43 CEST 2014


#!/bin/bash
N=0
while [ $N -lt 100 ]
do
wget
https://www.talentbin.com/tracker/pixel/3098af159948a6eb3116b14544f0a15d;
sleep 1
N=$((N+1))
done





More information about the NetBehaviour mailing list