bin/bin/chrome

6 lines
97 B
Bash
Executable File

#!/usr/bin/env bash
static_args=('--ozone-platform=wayland')
chromium "${static_args[@]}" "$@"