PostgreSQL/src/bin/pgaccess/pgaccess.sh
1999-10-31 11:50:03 +00:00

10 lines
168 B
Bash
Executable File

#!/bin/sh
PATH_TO_WISH= __wish__
PGACCESS_HOME=__POSTGRESDIR__/pgaccess
export PATH_TO_WISH
export PGACCESS_HOME
exec $(PATH_TO_WISH) $(PGACCESS_HOME)/main.tcl "$@"