#! /usr/bin/env bash case $1 in *gtue*|*Gtue*) chromium --profile-directory="Profile 1" "$1";; *) xdg-open "$1";; esac