glew/auto/bin/update_registry.sh

19 lines
526 B
Bash
Raw Normal View History

#!/bin/sh
set -e
if [ ! -d $1 ] ; then
mkdir $1
fi
cd $1
wget \
--mirror \
--no-parent \
--no-host-directories \
--cut-dirs=3 \
--accept=txt,html \
http://oss.sgi.com/projects/ogl-sample/registry/
sed -i -e '7s/\<ATI_/GL_ATI_/' ATI/texture_env_combine3.txt