view run.gui_sh @ 103:7a3fd865654a

Spacing/Formatting/Indentation: Now using tabs exclusively, instead of a mix of tabs and spaces
author Fox
date Thu, 06 Apr 2023 01:44:10 +0200
parents 4ee26d904fe3
children
line wrap: on
line source

#!/bin/sh

#export _JAVA_AWT_WM_NONREPARENTING=1
export CLASSPATH=../src:../build:../lib/lucene-core-3.0.3.jar
#JAVA=/usr/lib/jvm/java-8-openjdk-amd64/bin/java

if [ ! -d './run' ]; then
	mkdir ./run
fi

cd ./run

if [ ! -d '../build' ]; then
	mkdir ../build/
fi

javac -d ../build $(find ../src -name '*.java' | xargs) && java junotu.Main