#!/bin/sh
echo "set args $1 $2" > .gretl.gdb
echo "run" >>.gretl.gdb
gdb /opt/esl/bin/gretl_x11 -x .gretl.gdb
