aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2026-01-17 21:50:54 +0100
committerWilliam Hergès <william@herges.fr>2026-01-17 21:50:54 +0100
commitc661541e45dddd6a082af66fcf7df7ba7dfdc6a6 (patch)
tree318b29652c4f59a7f6a16ff7a566b1a9935d069d /justfile
parentec5cfa632eeb607351f67bad6686ec872291bd61 (diff)
perf(command): store data used by top in state
Diffstat (limited to 'justfile')
-rw-r--r--justfile5
1 files changed, 1 insertions, 4 deletions
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: