#!/bin/sh
[ -n "$*" ] &&
exec "/opt/kaspersky/kesl/bin/kesl-control" --scan-file "$@" ||
exec /usr/bin/env -u SESSION_MANAGER "FONTCONFIG_FILE=/opt/kaspersky/kesl/resource/fonts.conf" "/opt/kaspersky/kesl/libexec/kesl-gui"
