#!/bin/bash
C=/${0}
C=${C%/*}
declare -a flags
exec "${C:-.}"/iBye_ "${flags[@]}" -- "$@" 2>>/tmp/iBye.log
