Moved scripts out of the way

This commit is contained in:
Frank Schiebel 2023-09-15 15:38:05 +02:00
parent b13997ec9b
commit 19a02722c5
6 changed files with 22 additions and 0 deletions

View file

@ -1,14 +0,0 @@
#!/bin/bash
srvpath=/var/www/html/javadev
mkdir -p $srvpath
rm -f $srvpath/*
cd $srvpath || exit 1
greenfoot=https://www.greenfoot.org/download/files/Greenfoot-linux-371.deb
bluej=https://www.bluej.org/download/files/BlueJ-linux-520.deb
wget $greenfoot -O $srvpath/greenfoot.deb
wget $bluej -O $srvpath/bluej.deb