(佐々木@PSEG1)cls後にaquaにコピーするように変更

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2456 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
(no author) 2008-09-09 10:54:46 +00:00
parent a556e989fb
commit e218d214c9

View File

@ -17,6 +17,9 @@
# $Author$
#----------------------------------------------------------------------------
AQUA=//10.116.1.5/
CLSED_PATH=${AQUA}/TWL_debug/sysmenu/rom/debug_rom/CLS_processed
DAILY_CLSED_DIR=`date +'%Y%m%d'`_cls_test
if [ $# -lt 1 ];
@ -25,5 +28,13 @@ then
exit
fi
echo "tocsu.sh"
./tocsu.sh $1
echo "toaqua.rb"
./toaqua.rb $1
# Aquaへコピー
echo "Copying to Aqua"
cp -r $1_foraqua ${CLSED_PATH}/${DAILY_CLSED_DIR}