1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 04:25:21 +02:00
cdt/releng/org.eclipse.rse.releng.infocenter/doit_nightly.sh
2006-07-20 12:12:28 +00:00

18 lines
306 B
Bash
Executable file

#!/bin/sh
#Find out the IHOME - it's the parent of my own directory ($IHOME/bin)
curdir=`pwd`
cd `dirname $0`
mydir=`pwd`
cd ..
IHOME=`pwd`
export IHOME
#Update scripts - prerequisite: IHOME is infocenter home
umask 022
cd "$IHOME/bin"
cvs -q update -d
chmod a+x *.sh
#Update the infocenter
./update.sh