1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-02 09:56:20 +00:00

SHELL, Unix-like command line processor.

Primarily used by Alan Snyder.
This commit is contained in:
Lars Brinkhoff
2021-08-27 20:25:11 +02:00
parent 69f036b8a3
commit 2bd04f1466
4 changed files with 1706 additions and 0 deletions

View File

@@ -1496,6 +1496,8 @@ build_c_program "sysen2/oinit" "sys3/ts.oinit"
# RALP
build_c_program "cprog/ralp" "sys2/ts.ralp"
build_c_program "cprog/shell" "sys2/ts.shell" {clib/c10job.stk}
# Versatec spooler
# This has some harmless unresolved symbols (FOO, XE4).
respond "*" ":midas sys3;ts versa_dcp; versa\r"

View File

@@ -221,6 +221,7 @@ comlap/st_fas.20 198201251844.23
common/lins.463 199003180412.46
common/yow.22 198902131056.27
cprog/ralp.c 197801091731.46
cprog/shell.c 197710221249.25
c/phase.args 197608191750.12
c/recipe.text 197608280859.25
c/stdio.h 198007170039.28

View File

@@ -308,6 +308,7 @@
- SENDS, Chaosnet SEND server.
- SENSOR, an alternate message receiver.
- SENVER, Chaosnet SEND server.
- SHELL, Unix-like command line processor.
- SHUTDN, shut down ITS.
- SN, snoop terminal.
- SPCWAR, Spacewar game.

1702
src/cprog/shell.c Normal file

File diff suppressed because it is too large Load Diff