5 lines
277 B
Plaintext
5 lines
277 B
Plaintext
|
# will make a launch script at /usr/bin for a given flatpak application
|
||
|
# $1 is bin file name, $2 is flatpak application name
|
||
|
# --mount -m will mount any folders outside the sandbox
|
||
|
# this launch script will make is easier to start the app like it was a native debian app
|