trisquel-icecat/icecat/browser/installer/linux/app/debian/icecat.sh

6 lines
113 B
Bash

#!/bin/sh
ICECAT="$(command -v icecat)"
[ -x "$ICECAT.real" ] && exec "$ICECAT.real" "$@"
exec icecat-esr "$@"