#!/bin/bash
here="$(dirname "$(readlink -f "$0")")"
exec env ELECTRON_DISABLE_SANDBOX=1 "$here/aiprom.bin" "$@"
