#!/bin/sh
set -e

cd $SNAP_OLD_PWD

export PATH="$SNAP_APP_PATH/bin:$PATH"
$SNAP_APP_PATH/bin/snappy-security.real "$@"
