]> git.lizzy.rs Git - plan9front.git/commit
os(1): add c implementation of inferno os command and cmd(3) device manpages
authorcinap_lenrek <cinap_lenrek@felloff.net>
Sat, 30 Nov 2019 19:10:08 +0000 (20:10 +0100)
committercinap_lenrek <cinap_lenrek@felloff.net>
Sat, 30 Nov 2019 19:10:08 +0000 (20:10 +0100)
commit2359389570a5ba761fceb5ba1db295a1df8cbc64
tree1e44cfc0fd210f9c0691b366bde8e6ef805f4b56
parentd32e5d130c3940d4a6793fb50a31c3c9fd167508
os(1): add c implementation of inferno os command and cmd(3) device manpages

this is a reimplementation of infernos os(1) command, which
allows running commands in the underhying host operating
system when inferno runs in hosted mode (emu). but unlike
inferno, we want to use it to run commands on the client
side of a inferno or drawterm session from the plan9 cpu
server, so it defaults to /mnt/term/cmd for the mountpoint.
sys/man/1/os [new file with mode: 0644]
sys/man/3/cmd [new file with mode: 0644]
sys/src/cmd/os.c [new file with mode: 0644]