82d417b9e6
Fresh start for the StarlingX automation framework. Change-Id: Ie265e0791024f45f71faad6315c2b91b022934d1
3 lines
77 B
Python
3 lines
77 B
Python
def source_openrc(cmd: str):
|
|
return f"source /etc/platform/openrc;{cmd}"
|