7 lines
183 B
Bash
Executable file
7 lines
183 B
Bash
Executable file
#!/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 "$@"
|