Add a multi-line command for testing

This commit is contained in:
R Tyler Croy 2023-01-29 14:23:43 -08:00
parent c0970ba7b7
commit dda839a50d
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
2 changed files with 7 additions and 1 deletions

View File

@ -13,6 +13,7 @@ intended to be a production system you can actually use.
* Listen HTTP
* executes commands
.Basic Agent/Server Project Execution Flow
[source]
----
┌────────┐ │ │http
@ -22,7 +23,7 @@ intended to be a production system you can actually use.
└───┬────┘ │
│ What are your caps? │
├──────────────────────────────────────────────────►│
│ git,svn,bash,rustc,cargo,websocket
│ git,svn,bash,rustc,cargo
│◄──────────────────────────────────────────────────┤
│ great, here's some commands │
├──────────────────────────────────────────────────►│

View File

@ -8,3 +8,8 @@ needs:
commands:
- 'echo "Hello World"'
- 'which cargo'
- <
#!/bin/sh
pwd
echo "This is not working properly?"