shell script vorher batch mit curl

salve!

this in windows command script (batch).
i need it for mac....unix or linux

@echo off
Echo Router reconnect: AVM FRITZ!BOX FON WLAN 7170
curl "http://192.168.10.10:49000/upnp/control/WANIPConn1" -H "Content-Type: text/xml; charset="utf-8"" -H "SoapAction:urn:schemas-upnp-org:service:WANIPConnection:1#ForceTermination" -d "<?xml version='1.0' encoding='utf-8'?> <s:Envelope s:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' xmlns:s='http://schemas.xmlsoap.org/soap/envelope/'> <s:Body> <u:ForceTermination xmlns:u='urn:schemas-upnp-org:service:WANIPConnection:1' /> </s:Body> </s:Envelope>"
echo MsgBox "Router restart", VBInformation + VbOKOnly, "Astalavista" >%TEMP%\os.vbs
START %TEMP%\os.vbs

how can i say this in unix - shell script format?
can someone help me please
thankx

greetz dave

According to the rules, all post have to be in English. Please repost.