#! ../wafe --f
#! /bin/sh
# Flip the first two lines above to search for wafe on the searchpath \
  exec wafe --f $0 ${1+"$@"} 
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# this script prints the contents of cut buffer 0 to stdout 
# -gustaf neumann

puts stdout [string trim [fetchBuffer topLevel 0] \n];quit
