From 82e55dde69dc89fdf06e751b75449f35836282a1 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Mon, 1 May 2023 18:43:32 -0400 Subject: refactor and xargs --- src/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/command.h') diff --git a/src/command.h b/src/command.h index 015b1a2..e596847 100644 --- a/src/command.h +++ b/src/command.h @@ -30,3 +30,4 @@ COMMAND(ed); COMMAND(tee); COMMAND(whoami); COMMAND(wc); +COMMAND(xargs); -- cgit v1.2.3-freya