mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 00:01:57 -04:00
10 lines
168 B
Bash
Executable File
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 "$@"
|