libdb-4_8/getpatches
2011-09-28 18:20:09 +00:00

11 lines
269 B
Bash

#!/bin/bash
VERSION=4.8.30
if [ ! $DELETE = false ]
then
DELETE=true
fi
wget http://www.oracle.com/technology/products/berkeley-db/db/update/$VERSION/patch.$VERSION.html -r -l1
for file in `find www.oracle.com/ -name "patch\.*" | grep -v html`; do cp $file .; done