about summary refs log tree commit diff stats
path: root/home-manager/packages/scripts/deprecated/java_compiler/clpa
blob: c33ed025f262fc91eb29a11e91e0448a0f5b8d54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
# 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