#!/bin/sh
IXBIN=/home/srs/DEBs/icon/debugging_icon/iconx                                
IXLCL=`echo $0 | sed 's=[^/]*$=iconx='`

[ -n "$ICONX" ] && exec "$ICONX" $0 ${1+"$@"}
[ -x "$IXLCL" ] && exec "$IXLCL" $0 ${1+"$@"}
[ -x "$IXBIN" ] && exec "$IXBIN" $0 ${1+"$@"}
exec iconx $0 ${1+"$@"}

[executable Icon binary follows]
      

 A                                I9.0.00/32 i   h?h    HZXh    W?<   ,   ,                               b   C   l   T      M         C   (   T      Q       b   =      8   :      M      -   M      3   b   =      N   E   b   D                                           0     h    &     	      main write get hello.icn args 							Hello,  there . 