1 The Score 'pipe' Interface
2 ==========================
4 So, there was a 'env' interface which provided K/V data to the score via
7 That works for sending information to the score, but not for getting
10 To make that step, the 'pipe' interface has been built.
12 pipe reads line output in stdout from the executing process. If the
13 line contains a '=', it's split at the first '=' for the Key and
14 Value, and they are stored in the responses. All other output is
17 To use this interface, the score's .conf file should contain: