#!/bin/bash

DIR="$(dirname "$(readlink -f "$0")")"

cd "$DIR"

export ALSOFT_LOGLEVEL=3
export ALSOFT_LOGFILE=profiles/alsoft.log
./rvgl "$@"
