From e0fa73bf2431222a3c9ac0723f97c59badd256ff Mon Sep 17 00:00:00 2001 From: Peter Fajdiga Date: Fri, 6 Jan 2023 14:54:39 +0100 Subject: [PATCH] add `logs` to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 502f140..823f785 100644 --- a/Makefile +++ b/Makefile @@ -6,3 +6,6 @@ build: $(wildcard ./src/*.js) run: build ./run.sh + +logs: + journalctl -g "js:" -f