Difference between revisions of ":Add-On Services/7/de"
From meteobridge
(Created page with "<pre>#!/bin/sh echo -ne "Content-type: text/xml; charset=UTF-8\n\n" nc 127.0.0.1 5557 2>/dev/null </pre>") |
(No difference)
|
Latest revision as of 17:05, 1 June 2013
#!/bin/sh echo -ne "Content-type: text/xml; charset=UTF-8\n\n" nc 127.0.0.1 5557 2>/dev/null