1
0
mirror of https://github.com/simh/simh.git synced 2026-04-15 16:11:13 +00:00

SCP: Add internal & cross platform support for tar and curl commands

This commit is contained in:
Mark Pizzolato
2020-10-20 02:50:34 -07:00
parent c8a8cca7a3
commit dceadb393e
4 changed files with 109 additions and 0 deletions

View File

@@ -411,6 +411,8 @@ Device simulator authors can easily schedule their device polling activities to
GO UNTIL breakpoint Establish the breakpoint specified and go until it is encountered
GO UNTIL "output-string" ... Establish the specified "output-string" as an EXPECT and go until it is encountered.
RUNLIMIT Bound simulator execution time
TAR Manipulate file archives
CURL Access URLs from the web
#### Command Processing Enhancements