blob: 1974bd8825b2e82ba878e4514ebc5a7397e2079e (
plain) (
blame)
1
2
3
4
5
6
7
|
#!/bin/sh
# This program needs to know where to find its data, so we pass that
# information using the CHHOME environment variable.
export CHHOME="%%DATADIR%%"
exec "$CHHOME/bin/ch" "$@"
|