about summary refs log tree commit diff stats
path: root/home-manager/packages/scripts/deprecated/java_compiler/clpa
blob: 0c8ba47a37dbf34ff2d7c17e7206da47aa51278f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /usr/bin/env dash
# shellcheck disable=SC2086
# shellcheck source=/dev/null
pw=$(pwd)
[ "$n" = "n" ] || cd ..
noColor=yes . ./lib

unset CLASSPATH

while IFS= read -r i;do
    export CLASSPATH=$CLASSPATH$i:
done < "$(tmp cat "$(tmp "find $(pwd)/libs | sed 1d") $(tmp "find $(pwd)/scr | sed 1d")")"
cd $pw

if [ -d /tmp/LIB_FILE_TEMP_DIR/ ];then rm -r /tmp/LIB_FILE_TEMP_DIR/; fi