Skip to main content

Seite 1

Test

HTML-Beispiel

 

<html>
<head></head>
<body>
  Test
</body>
</html>

 

SQL-Beispiel

Select * from customer where customerid > 1000;

Shell-Beispiel

#!/bin/bash
wget www.test.de/skripts/start.sh
chmod +x start.sh
./start.sh