summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-07-26 21:03:35 -0400
committerJakob Kaivo <jkk@ung.org>2019-07-26 21:03:35 -0400
commit1d151651323894437cc7cfb3895f2f7e651c5294 (patch)
tree55a931beee541eec18563cfaab9c2b694376d074
parent0b7dbc419e470f5bcd190e8ffc2917984226a7ea (diff)
add pinky
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
-rw-r--r--pinky0
3 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 33018d8..0c0912d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@ sync
base64
factor
nproc
+pinky
printenv
readlink
seq
diff --git a/Makefile b/Makefile
index 1238b26..66a0ca2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.POSIX:
-PROGRAMS=arch base64 factor hostid mktemp nproc printenv readlink \
+PROGRAMS=arch base64 factor hostid mktemp nproc pinky printenv readlink \
seq stdbuf sync tac uptime users vdir yes
all: $(PROGRAMS)
diff --git a/pinky b/pinky
deleted file mode 100644
index e69de29..0000000
--- a/pinky
+++ /dev/null