#!/usr/bin/bash
if command -v sakura &> /dev/null; then
    exec sakura -t "iRobot Trader" -e "irobot-trader"
else
    exec irobot-trader
fi
