Implement cp -f

This commit is contained in:
sin
2014-05-05 14:58:14 +01:00
parent c323f6f233
commit 02918a46e8
5 changed files with 15 additions and 4 deletions

View File

@@ -18,4 +18,3 @@ fnck(const char *a, const char *b, int (*fn)(const char *, const char *))
if(fn(a, b) == -1)
eprintf("%s -> %s:", a, b);
}