From e5d8aba39bf34de27615e1a8d5fce007b81f6b00 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 26 Jul 2003 09:48:29 +0000 Subject: [PATCH] Initial version --- config_files/remove_tmp.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 config_files/remove_tmp.sh diff --git a/config_files/remove_tmp.sh b/config_files/remove_tmp.sh new file mode 100755 index 0000000..31d9bc9 --- /dev/null +++ b/config_files/remove_tmp.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +install_work=$1; product_sequence=$2 +source ./common.sh +for i in $product_sequence ; do + file=${install_work}/env_${i}.sh + (test -f ${file} && rm -f ${file}) +done +(file=${install_work}/$SHRC && test -f ${file} && rm -f ${file}) +(file=${install_work}/$CSHRC && test -f ${file} && rm -f ${file}) -- 2.39.2