#!/usr/bin/X11/wafe --f
# this script prints the contents of cut buffer 0 to stdout 
# -gustaf neumann

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