7 lines
124 B
Bash
Executable file
7 lines
124 B
Bash
Executable file
#!/bin/bash
|
|
|
|
podman pod stop rebased-pod
|
|
podman pod rm rebased-pod
|
|
./00-create-pod.sh
|
|
./20-create-db.sh
|
|
./30-run-rebased.sh
|