#!/bin/bash

TV_script_dir=$(dirname $(readlink -f "$0"))
"$TV_script_dir/wrapper" wine regedit "$@"

true

