mirror of
https://github.com/containers/youki
synced 2026-01-22 08:41:34 +01:00
6 lines
111 B
Bash
Executable File
6 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu -o pipefail
|
|
|
|
limactl shell --workdir /workdir/youki/experiment/selinux youki-selinux "$@"
|