#!/bin/sh

# Remember that this script is in apps/isample/scrips/unix
# and current directory should be apps/isample

propsfile=config/ime-another.props
export propsfile

panel_name=IX-another@domain
export panel_name

exec ./scripts/unix/grid-ime

