Browse Source

Try to comment out any piping action from the pipe example

Just to see if the windows build hangs specifically there
rexim 4 years ago
parent
commit
5aa7b1527f
1 changed files with 9 additions and 5 deletions
  1. 9 5
      examples/pipe.c

+ 9 - 5
examples/pipe.c

@@ -3,11 +3,15 @@
 
 
 int main(void)
 int main(void)
 {
 {
-    CHAIN(IN(PATH("examples", "pipe.c")),
-          CHAIN_CMD(PATH("tools", "rot13"))//,
-          // CHAIN_CMD(PATH("tools", "hex")),
-          // OUT("output.txt")
-          );
+    INFO("------------------------------");
+    INFO("PIPE EXAMPLE GOES HERE");
+    INFO("------------------------------");
+
+    // CHAIN(IN(PATH("examples", "pipe.c")),
+    //       CHAIN_CMD(PATH("tools", "rot13"))//,
+    //       // CHAIN_CMD(PATH("tools", "hex")),
+    //       // OUT("output.txt")
+    //       );
     // CMD(PATH("tools", "cat"), "output.txt");
     // CMD(PATH("tools", "cat"), "output.txt");
 
 
     // sleep(1);
     // sleep(1);