Tag: SHELL

  • Hei cgi

    Eksempel på enkel cgi i sh(1)

    #!/bin/sh
    echo "Content-type: text/plain"
    echo 
    echo 'Hei!'
    Code language: Bash (bash)