8 lines
183 B
Text
8 lines
183 B
Text
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# Copyright (C) 2020 Andrew Hamilton. All rights reserved.
|
||
|
|
# Licensed under the Artistic License 2.0.
|
||
|
|
|
||
|
|
|
||
|
|
exec flatpak run --filesystem=host com.github.ahamilton.eris "$@"
|