Quote:
## Parse the JSON best we can using a shell. Ditch various bit we aren't concerned with. Only return the action nodes' values
for z in $(sed -ne 's/^.*"\(action\)"\(\s*:\s*\)"\([^"]\+\)".*$/\1\2\3/p' < $j); do
|
tests as fine.
Feel free to improve the rest