mirror of
https://github.com/mon/ifs_layeredfs.git
synced 2026-03-21 17:34:09 -05:00
4 lines
107 B
Bash
4 lines
107 B
Bash
#!/usr/bin/env bash
|
|
|
|
meson compile -C build64 playpen && wine ./build64/playpen.exe --layered-verbose "$@"
|