popen/trim

cmd


Summary

Run CMD using popen and return the trimmed stdout

Bytecode

Probably only interesting to you if you want to understand more about the Nujel VM or care very much about performance.

(    0 ($get/val 'trim))
(    2 ($get/val 'popen))
(    4 ($get/val 'cmd))
(    6 ($apply 1))
(    8 ($cdr))
(    9 ($apply 1))
(   11 ($ret))