diff options
| author | ziejd2 | 2021-03-16 11:14:56 -0500 |
|---|---|---|
| committer | GitHub | 2021-03-16 11:14:56 -0500 |
| commit | 773f577e6524ea3fd065edd4760d7670e704f20a (patch) | |
| tree | c92c27805b7ba5ff4b49fa9eff29ddf6a3a42292 /sourcecodes/data/example1/old/Bqxrun_initialstructure.sh | |
| parent | 989d495fd1762bd1e9a967d3d3ec3352bd0738dd (diff) | |
| download | BNW-773f577e6524ea3fd065edd4760d7670e704f20a.tar.gz | |
Delete sourcecodes/data/example1/old directory
Diffstat (limited to 'sourcecodes/data/example1/old/Bqxrun_initialstructure.sh')
| -rw-r--r-- | sourcecodes/data/example1/old/Bqxrun_initialstructure.sh | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/sourcecodes/data/example1/old/Bqxrun_initialstructure.sh b/sourcecodes/data/example1/old/Bqxrun_initialstructure.sh deleted file mode 100644 index a8a8ebe0..00000000 --- a/sourcecodes/data/example1/old/Bqxrun_initialstructure.sh +++ /dev/null @@ -1,38 +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 Bqx -fi -exit |
