mirror of
https://github.com/containers/youki
synced 2026-08-03 09:44:10 +02: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 "$@"
|