This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
spadinastan/pod.sh

4 lines
84 B
Bash

#!/bin/bash
podman pod exists services
test $? -eq 0 || podman pod create services