From da20ca3a6f90b64e82f7873c432f01164816ac6e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 12 Feb 2024 03:33:46 -0500 Subject: improve the podman wrapper scripts --- local/.bin/reply | 28 +++++++++++++++++++++++----- local/.bin/smt | 23 ++++++++++++++++++----- 2 files changed, 41 insertions(+), 10 deletions(-) diff --git a/local/.bin/reply b/local/.bin/reply index 250a93b..412189f 100755 --- a/local/.bin/reply +++ b/local/.bin/reply @@ -1,10 +1,28 @@ #!/bin/sh set -eu -podman images | grep -q localhost/reply || cat <