http-sh 0.1.0

An HTTP server for executing shell scripts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>http-sh: static file example</title>
    <link rel="stylesheet" href="css/sanitize.css.gz" />
  </head>
  <body>
    <h1>http-sh</h1>
    <h2>static file example</h2>
    <a href="README.md">README.md</a>
    <a href="dynamic-content">dynamic content</a>
  </body>
</html>