From 1d151651323894437cc7cfb3895f2f7e651c5294 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 26 Jul 2019 21:03:35 -0400 Subject: add pinky --- .gitignore | 1 + Makefile | 2 +- pinky | 0 3 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 pinky 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 -- cgit v1.2.1