pexec

execute a program from standard input
git clone git://git.2f30.org/pexec
Log | Files | Refs

commit 33677e7d503a945df47430563753fcd530975690
parent ba52c68e8dd6bbd4e7a7bab920e1da3d17957d25
Author: sin <sin@2f30.org>
Date:   Fri, 23 Mar 2018 13:32:54 +0000

Bump to 0.1

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.0 +VERSION = 0.1 PREFIX = /usr/local SRC = pexec.c OBJ = pexec.o