mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-13 18:18:28 +08:00
3 lines
114 B
Python
3 lines
114 B
Python
|
import WineRunner
|
||
|
WineRunner.Bash("a").runList([["thank"], ["version"]])
|
||
|
#WineRunner.Bash("a").runCommand("thank")
|