You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
scriptform/examples/output_types/job_show_html.sh

7 lines
189 B

#!/bin/sh
echo "Here's some <b>bold</b> text. The output of ls:<pre style='background-color: #F2F2F8'>"
ls
echo '</pre><br>A link:<br><br><a href="http://www.google.com">Google.com</a>'