Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > df902ad76ca096cabd60c90718060ce1 > files > 6

apache-mod_bash-0.1.1-7.x86_64.rpm

<h1>Test 2: list of users</h1>

<html>
<table>
  <?bash for i in `ls -1 /home`; do ?>
  <tr><td style="border: 1px solid #000;"><?bash echo $i; ?></td></tr>
  <?bash done; ?>
</table>
</html>