#!/bin/sh b=/usr/bin/firefox test -e /usr/bin/librewolf && b=/usr/bin/librewolf exec cage -d "$b" $@