From c661541e45dddd6a082af66fcf7df7ba7dfdc6a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sat, 17 Jan 2026 21:50:54 +0100 Subject: perf(command): store data used by top in state --- justfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index 4e0c917..e66752f 100644 --- a/justfile +++ b/justfile @@ -12,10 +12,7 @@ update: go run . stop: - podman stop postgres adminer || (echo "no container"; exit 0) - podman network rm db - -clean-network: + podman stop postgres adminer || (echo "no container") podman network rm db || echo "no network" build: -- cgit v1.2.3