Add a multi-line command for testing
This commit is contained in:
parent
c0970ba7b7
commit
dda839a50d
@ -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 │
|
||||
├──────────────────────────────────────────────────►│
|
||||
|
@ -8,3 +8,8 @@ needs:
|
||||
commands:
|
||||
- 'echo "Hello World"'
|
||||
- 'which cargo'
|
||||
- <
|
||||
#!/bin/sh
|
||||
pwd
|
||||
echo "This is not working properly?"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user