summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-28 15:45:35 -0400
committerJune McEnroe <june@causal.agency>2019-07-28 15:45:35 -0400
commit1020548ece5e1e7edd4e5e23cb05ef81499a991a (patch)
treeaf00832a8d06f76c788683fd323c0dcc638842b7
parentRemove ptee keybinds (diff)
downloadstream-1020548ece5e1e7edd4e5e23cb05ef81499a991a.tar.gz
stream-1020548ece5e1e7edd4e5e23cb05ef81499a991a.zip
Rename ptee stream
Diffstat (limited to '')
-rw-r--r--.gitignore2
-rw-r--r--Makefile2
-rw-r--r--stream.c (renamed from ptee.c)0
3 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index f5ed2af..cc74683 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
 chroot.tar
 config.mk
-ptee
 root
+stream
 tags
diff --git a/Makefile b/Makefile
index ece7cca..c27b886 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ LDLIBS = -lutil
 
 -include config.mk
 
-BINS = ptee
+BINS = stream
 
 all: tags ${BINS}
 
diff --git a/ptee.c b/stream.c
index e760eb3..e760eb3 100644
--- a/ptee.c
+++ b/stream.c