You are looking at historical revision 2832 of this page. It may differ significantly from its current revision.

Writing portable scripts

To write scripts that don't require to specify the full path to csi, the following technique might be useful:

#! /bin/sh
#|
exec csi -s $0 "$@"
|#