#!/bin/bash
export ODIN_ROOT=/usr/lib/odin
cd $ODIN_ROOT
exec $ODIN_ROOT/odin "$@"
