aboutsummarylogtreecommitdiffstats
path: root/ib-tws
blob: 508588807b6cde4a7f31c844190e559d6e1c0753 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

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

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