5 lines
125 B
Bash
Executable File
5 lines
125 B
Bash
Executable File
#! /usr/bin/env bash
|
|
#MISE description="chrome alias"
|
|
|
|
exec flatpak run io.github.ungoogled_software.ungoogled_chromium "$@"
|