Where people come together to learn, code, and play. Custom-built HTTP server, site generator, and website from scratch using no external libraries. Goal is to be as minimalistic and fun as possible. http://projectdivar.com
SigPlace/scripts/build.sh

5 lines
131 B

rm -Rf out/*
javac -Xlint:unchecked -cp . sigPlace.java
printf "\n\n\nRunning Program...\n\n"
java sigPlace "$@"
./scripts/clean.sh