From 73baa153e4f56e649f132905a3e6329dd0e3b1ae Mon Sep 17 00:00:00 2001 From: hades Date: Mon, 2 Apr 2001 17:26:16 +0000 Subject: [PATCH] *** empty log message *** --- allParam/test/bin/make_links.sh | 41 +++++++++++++++++++++++++++++++ allParam/test/bin/remove_links.sh | 4 +++ 2 files changed, 45 insertions(+) create mode 100644 allParam/test/bin/make_links.sh create mode 100644 allParam/test/bin/remove_links.sh diff --git a/allParam/test/bin/make_links.sh b/allParam/test/bin/make_links.sh new file mode 100644 index 0000000..8408cc9 --- /dev/null +++ b/allParam/test/bin/make_links.sh @@ -0,0 +1,41 @@ +#!/bin/sh + +ln -s b_lowercase_p.tcl tcl/blob_p.tcl +ln -s b_odd_size_p.tcl tcl/blob_p.tcl +ln -s b_to_large_p.tcl tcl/blob_p.tcl +ln -s default_p.tcl tcl/default_p.tcl +ln -s f_lowercase_abs_p.tcl tcl/filename_p.tcl +ln -s f_lowercase_rel_no_basedir_p.tcl tcl/filename_no_basedir_p.tcl +ln -s f_lowercase_rel_p.tcl tcl/filename_p.tcl +ln -s fa_lowercase_no_basedir_p.tcl tcl/filenamea_no_basedir_p.tcl +ln -s fa_lowercase_p.tcl tcl/filenamea_p.tcl +ln -s i_lowercase_p.tcl tcl/int_p.tcl +ln -s i_no_index_p.tcl tcl/int_p.tcl +ln -s i_store_existing_p.tcl tcl/int_p.tcl +ln -s i_store_multiple_p.tcl tcl/int_p.tcl +ln -s i_store_p.tcl tcl/int_p.tcl +ln -s i_string_available_p.tcl tcl/int_p.tcl +ln -s i_uppercase_p.tcl tcl/int_p.tcl +ln -s ia_long_array_p.tcl tcl/inta_p.tcl +ln -s ia_lowercase_p.tcl tcl/inta_p.tcl +ln -s ia_no_index_p.tcl tcl/inta_p.tcl +ln -s ia_short_array_p.tcl tcl/inta_p.tcl +ln -s ia_string_available_p.tcl tcl/stringa_p.tcl +ln -s ia_uppercase_p.tcl tcl/inta_p.tcl +ln -s s_array_p.tcl tcl/stringa_p.tcl +ln -s s_int_available_p.tcl tcl/int_p.tcl +ln -s s_lowercase_p.tcl tcl/string_p.tcl +ln -s s_no_index_p.tcl tcl/string_p.tcl +ln -s s_store_existing_p.tcl tcl/string_p.tcl +ln -s s_store_multiple_p.tcl tcl/string_p.tcl +ln -s s_store_p.tcl tcl/string_p.tcl +ln -s s_store_whitespace_p.tcl tcl/string_p.tcl +ln -s s_uppercase_p.tcl tcl/string_p.tcl +ln -s s_whitespace_p.tcl tcl/string_p.tcl +ln -s sa_int_available_p.tcl tcl/inta_p.tcl +ln -s sa_long_array_p.tcl tcl/stringa_p.tcl +ln -s sa_lowercase_p.tcl tcl/stringa_p.tcl +ln -s sa_no_index_p.tcl tcl/stringa_p.tcl +ln -s sa_scalar_p.tcl tcl/string_p.tcl +ln -s sa_short_array_p.tcl tcl/stringa_p.tcl +ln -s sa_uppercase_p.tcl tcl/stringa_p.tcl diff --git a/allParam/test/bin/remove_links.sh b/allParam/test/bin/remove_links.sh new file mode 100644 index 0000000..aac6971 --- /dev/null +++ b/allParam/test/bin/remove_links.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +rm -f *_p.tcl + -- 2.43.0