aboutsummarylogtreecommitdiffstats
path: root/ib-gw
blob: 41005558f7aeb49121e95a04ee8c3b7377d09847 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

# Load system-wide settings and per-user overrides
. /etc/ib-gw.conf
[[ -f $HOME/.config/ib-gw.conf ]] && . $HOME/.config/ib-gw.conf

cd /usr/share/ib-tws/jars
/usr/share/ib-tws/jre/bin/java -cp \* $JAVA_FLAGS ibgateway.GWClient $IB_CONFIG_DIR