#!/bin/sh
# Fast way to edit a text chunk. If possible, better use the PQE 
# modify the EDITOR variable for your favorite text editor 

export EDITOR="dtpad"

# Do not modify anything below this point
export FILE=`./pagen-dump.tcl $1`
$EDITOR $FILE
refresh
