#!/bin/sh bancmd="/usr/local/bin/petitban_send.py" table="80" while read ip url; do ${bancmd} "${table}" ADD "$ip" & done