blob: 6492e86a2ac96213c8d6c1ec700f9246f8a95466 [file] [log] [blame]
trap 'echo WINCH!' SIGWINCH
v=` trap `
echo $v
v=`trap`
echo $v
echo Done