mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 17:36:40 +00:00
18 lines
336 B
Markdown
18 lines
336 B
Markdown
|
|
## Configuration
|
|
|
|
Here are the usage instructions:
|
|
|
|
<!-- [[[cog
|
|
import subprocess
|
|
|
|
import cog
|
|
# cannot use check_result() because of non-zero return
|
|
result=subprocess.run(["./get_quickemu_help"], capture_output=True, text=True)
|
|
help=result.stdout
|
|
cog.out(f"\n``` text\n{help}\n```\n")
|
|
]]] -->
|
|
|
|
The output goes here
|
|
|
|
<!-- [[[end]]] -->
|