All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bolev.app-delivery.server-files.6.10.source-code.checknew.sh Maven / Gradle / Ivy

The newest version!
#!/usr/bin/env sh

if [ -d jre.new ]; then
  rm -rf jre
  mv -f jre.new jre
fi

if [ -f apploader.jar.new ]; then
  rm -f apploader.jar
  mv -f apploader.jar.new apploader.jar
fi




© 2015 - 2024 Weber Informatics LLC | Privacy Policy