getScore.sh 175 Bytes
Newer Older
Juon Kawakami's avatar
init  
Juon Kawakami committed
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
. $(dirname $0)/config.sh

echo "unpacking..."
zcat $1 > rescue.log.tmp

DIR=$(pwd)
cd $KERNELDIR/boot
./getScore.sh $DIR/rescue.log.tmp
cd $DIR
rm rescue.log.tmp