#!/bin/sh if [ "$HOME" = "/home/martin" ]; then export HOME=/home/martin/.cache/chrome-home fi exec /usr/bin/google-chrome "$@"