Is it possible under bjam?
Basically I’d like to run an external shell command and assign its output to a variable. Like this in bash:
My_var = `uname –n`