#!/bin/sh

set -e

cat<<EOF | gpshell
enable_trace
establish_context
release_context
EOF

exit 0
