#!/bin/sh
# stdin: default config
# stdout: modified config
set -e
cat
echo '
# Increase lines of scrollback
defscrollback 100000'