commit eadefcf0f8e4d329e8987745e1ed32d354cfa8b2
parent 4c403d80c7113bf16f18043cafcf1b3263305ae0
Author: David Galos <galosd83@students.rowan.edu>
Date: Tue, 2 Jul 2013 13:21:30 -0400
Adding sponge(1). Thanks, Jakob Kramer.
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -12,6 +12,7 @@ MIT/X Consortium License
© 2012 Christoph Lohmann <20h@r-36.net>
© 2012 David Galos <galosd83@students.rowan.edu>
© 2012 Robert Ransom <rransom.8774@gmail.com>
+© 2013 Jakob Kramer <jakob.kramer@gmx.de>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/Makefile b/Makefile
@@ -61,6 +61,7 @@ SRC = \
sleep.c \
sort.c \
split.c \
+ sponge.c \
sync.c \
tail.c \
tee.c \