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