3 lines
88 B
Bash
Executable file
3 lines
88 B
Bash
Executable file
#!/bin/sh
|
|
|
|
exec /usr/bin/flatpak run --branch=stable --arch=x86_64 org.gnome.Boxes "$@"
|