#!/bin/bash
  
echo "content-type: text/plain"
echo 
echo "uname -a"
echo
ping fdorgamsystem.com.br
