diff options
| author | ziejd2 | 2021-03-02 11:22:16 -0600 |
|---|---|---|
| committer | GitHub | 2021-03-02 11:22:16 -0600 |
| commit | 0f5da096da07aa81292f8e5459e9e10161995ae7 (patch) | |
| tree | 7d3edfa731b8ab68fc59bc7545982e0050735a18 /sourcecodes/data/old/temp_shell_file_initial_structure | |
| parent | a044cde7f548240f5b40c7d14694ef80bfc67701 (diff) | |
| download | BNW-0f5da096da07aa81292f8e5459e9e10161995ae7.tar.gz | |
Delete sourcecodes/data/old directory
Diffstat (limited to 'sourcecodes/data/old/temp_shell_file_initial_structure')
| -rw-r--r-- | sourcecodes/data/old/temp_shell_file_initial_structure | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/sourcecodes/data/old/temp_shell_file_initial_structure b/sourcecodes/data/old/temp_shell_file_initial_structure deleted file mode 100644 index 5d1c323d..00000000 --- a/sourcecodes/data/old/temp_shell_file_initial_structure +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh -# script for execution of deployed applications -# -# Sets up the MCR environment for the current $ARCH and executes -# the specified command. -# -exe_name=$0 -exe_dir=`dirname "$0"` -echo "------------------------------------------" -if [ "x$1" = "x" ]; then - echo Usage: - echo $0 \<deployedMCRroot\> args -else - echo Setting up environment variables - MCRROOT="$1" - echo --- - LD_LIBRARY_PATH=.:${MCRROOT}/runtime/glnxa64 ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRROOT}/bin/glnxa64 ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRROOT}/sys/os/glnxa64; - MCRJRE=${MCRROOT}/sys/java/jre/glnxa64/jre/lib/amd64 ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE}/native_threads ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE}/server ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE}/client ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE} ; - XAPPLRESDIR=${MCRROOT}/X11/app-defaults ; - export LD_LIBRARY_PATH; - export XAPPLRESDIR; - echo LD_LIBRARY_PATH is ${LD_LIBRARY_PATH}; - shift 1 - args= - while [ $# -gt 0 ]; do - token=`echo "$1" | sed 's/ /\\\\ /g'` # Add blackslash before each blank - args="${args} ${token}" - shift - done - "${exe_dir}"/initialstructure \ No newline at end of file |
