mirror of
https://github.com/chenxiaolong/avbroot.git
synced 2026-07-03 14:05:11 +02:00
2238c37556
Yes, this is installing msys2 packages directory on the Arch Linux root filesystem. Yes, it works! Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
4 lines
54 B
Bash
4 lines
54 B
Bash
#!/bin/bash
|
|
|
|
exec wine /mingw64/bin/python.exe "${@}"
|