1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-21 17:56:19 +02:00
github.com_openSUSE_osc/behave/container-shell.sh

10 lines
125 B
Bash
Raw Normal View History

#!/bin/sh
TOPDIR=$(dirname $(readlink -f $0))
podman exec \
--interactive \
--tty \
obs-server \
/bin/bash