summaryrefslogtreecommitdiff
path: root/command/tee.c
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-05-06 00:39:44 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-05-06 00:39:44 -0400
commitd8f2c10b7108fff6b7e437291093a1cadc15ab9f (patch)
tree3fc50a19d6fbb9c94a8fe147cd2a6c4ba7f59b8d /command/tee.c
parentansii c (diff)
downloadlazysphere-d8f2c10b7108fff6b7e437291093a1cadc15ab9f.tar.gz
lazysphere-d8f2c10b7108fff6b7e437291093a1cadc15ab9f.tar.bz2
lazysphere-d8f2c10b7108fff6b7e437291093a1cadc15ab9f.zip
refactor
Diffstat (limited to '')
-rw-r--r--command/tee.c (renamed from src/commands/tee.c)4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/commands/tee.c b/command/tee.c
index b9b31be..0462517 100644
--- a/src/commands/tee.c
+++ b/command/tee.c
@@ -1,6 +1,8 @@
-#include "../command.h"
+#include "command.h"
+#include "lslib.h"
#include <signal.h>
+#include <stdlib.h>
static struct {
bool append;