trun

Script for parsing any output. Yes, it is all it does.
git clone git://gtms.dev/trun.git
Log | Files | Refs | README | LICENSE

commit e48f3bdf20cad0b766bffd8714c19df13dfa0d76
parent 0b2f14c40ab4f308ebdeb7542fa74461aaaa66e1
Author: Tomas Nemec <nemi@skaut.cz>
Date:   Mon,  9 Aug 2021 09:18:35 +0200

fix(makefile): forgotten file

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

diff --git a/Makefile b/Makefile @@ -7,7 +7,7 @@ all: install: @install -v -d "$(BINDIR)/" && install -m 0755 -v "./trun.lua" "$(BINDIR)/trun" -uninstall: trun.lua trun_status.lua +uninstall: trun.lua @rm -vrf "$(BINDIR)/trun" .PHONY: all install uninstall