Commit 71a04637 authored by Adam Blank's avatar Adam Blank
Browse files

wheee!

parent 18771927
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -7,6 +7,7 @@
bool matches(regex_t r, char *path) {
/*
TODO: delete this before turning it in
char *cmd = malloc(r.len + 3 + strlen("grep "));
sprintf(cmd, "%s ^%s$", "grep", r.r);
FILE *grep = popen(cmd, "w");
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment