Readme, comments

dev
marcelb 9 months ago
parent 651e290377
commit cd295a93b6
  1. 3
      test/test.cpp
  2. BIN
      test/test.o

@ -3,13 +3,12 @@
#include "../lib/exec.hpp" #include "../lib/exec.hpp"
using namespace std; using namespace std;
using namespace marcelb;
int main() { int main() {
string out = exec("ls -lha"); string out = exec("ls -lha");
cout << out << endl; cout << out << endl;
return 0; return 0;
} }

Binary file not shown.
Loading…
Cancel
Save