#!/bin/bash
here="$(dirname "$(readlink -f "$0")")"
exec "$here/aidle-bin" --no-sandbox "$@"
