3 lines
86 B
Bash
Executable file
3 lines
86 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
podman run --rm -it -v "$PWD:/mnt/" -w /mnt/ docker.io/debian:12-slim
|