4 lines
72 B
Bash
4 lines
72 B
Bash
|
#!/bin/zsh
|
||
|
|
||
|
run() { command podman run --network host --rm -it "$@" ; }
|