#!/bin/bash

if [[ $EUID -ne 0 ]]; then
   exec -a "$0" "/usr/bin/falkon-bin" "$@"
else
   exec -a "$0" "/usr/bin/falkon-bin" "$@" --no-sandbox
fi