one script is enough

This commit is contained in:
Guillaume Castagnino 2021-10-24 11:21:30 +02:00
parent 81d2b14392
commit 6f2b756369
Signed by: casta
GPG Key ID: C47D4BFADB084424
2 changed files with 5 additions and 7 deletions

View File

@ -1,8 +1,10 @@
#!/bin/sh
target=josm-tested.jar
#target=josm-latest.jar
cd $(dirname $(readlink -f $0))
./update.sh
wget -N https://josm.openstreetmap.de/${target}
java \
-jar josm-tested.jar
# -jar josm-latest.jar
-jar ${target}

View File

@ -1,4 +0,0 @@
#!/bin/sh
wget -N https://josm.openstreetmap.de/josm-tested.jar
#wget -N https://josm.openstreetmap.de/josm-latest.jar