#!/bin/sh # The speakup patch adds support to the kernel for many speech synthesizers. CWD=`pwd` cd ../linux-2.4.31 zcat $CWD/speakup-cvs-20050501.diff.gz | patch -p1 --verbose