From owner-freebsd-net@FreeBSD.ORG Fri Aug 19 19:33:36 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4C8B16A41F for ; Fri, 19 Aug 2005 19:33:36 +0000 (GMT) (envelope-from yemenstaing@yahoo.com) Received: from web30008.mail.mud.yahoo.com (web30008.mail.mud.yahoo.com [68.142.200.71]) by mx1.FreeBSD.org (Postfix) with SMTP id 5710A43D46 for ; Fri, 19 Aug 2005 19:33:36 +0000 (GMT) (envelope-from yemenstaing@yahoo.com) Received: (qmail 16547 invoked by uid 60001); 19 Aug 2005 19:33:35 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=ZgCFAvfblOxNk53fW/YEY76tlOGft4RsY9KgcLwLSVuQGMS0UlDrYLdU95sTOF4NwQpWDsEk8miDKd8r5nW6+Q+rxPoQgbWL2NcYaObAKzIMS6GdJRkyaMvhcaNvYs2tYXp5Z0rvjwIc8X7/s37gF3ixO0IUpVxXqIWM4ZQVh9E= ; Message-ID: <20050819193335.16545.qmail@web30008.mail.mud.yahoo.com> Received: from [198.69.12.11] by web30008.mail.mud.yahoo.com via HTTP; Fri, 19 Aug 2005 12:33:35 PDT Date: Fri, 19 Aug 2005 12:33:35 -0700 (PDT) From: yemen staing To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-1441674391-1124480015=:84160" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: dsfsd X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 19:33:37 -0000 --0-1441674391-1124480015=:84160 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit dfdsfsd --------------------------------- Start your day with Yahoo! - make it your home page --0-1441674391-1124480015=:84160 Content-Type: text/plain; name=fonefinder Content-Description: 2791214801-fonefinder Content-Disposition: inline; filename=fonefinder #!/bin/csh set outfile = ".requested.html" if ( $1 == "" || $2 == "" ) then echo You need to specify 2 parameters echo example: ./thisscript 323 235 echo exit endif w3c -get http://www.primeris.com/fonefind/findome.php -form "npa=$1" "nxx=$2" > $outfile lynx $outfile clear; rm -fr $outfile ./sms_bomber.csh --0-1441674391-1124480015=:84160--