Moved scripts out of the way
This commit is contained in:
parent
b13997ec9b
commit
19a02722c5
6 changed files with 22 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue