mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-11 07:06:16 +01:00
10 lines
125 B
Bash
10 lines
125 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
TOPDIR=$(dirname $(readlink -f $0))
|
||
|
|
||
|
podman exec \
|
||
|
--interactive \
|
||
|
--tty \
|
||
|
obs-server \
|
||
|
/bin/bash
|