9os

Experimental kernel using plan9 ideas for embedded device
git clone git://git.simple-cc.org/9os
Log | Files | Refs | README | LICENSE

host.sh (109B)


      1 #!/bin/sh
      2 
      3 stty="`stty -g`"
      4 
      5 
      6 trap 'stty $stty' EXIT HUP INT TERM
      7 
      8 cd bin
      9 stty -echo raw min 1
     10 ./9hosted.elf