#include"script.h" int main() { Str outBuf; systemStr( "ls /", outBuf ); printf( "%s", outBuf.c_str() ); }