5 lines
80 B
Text
5 lines
80 B
Text
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
|
||
|
|
exec flatpak run --filesystem=host com.github.ahamilton.eris "$@"
|