summaryrefslogtreecommitdiff
path: root/update
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-14 00:13:10 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-14 00:13:10 -0300
commitfa9b65224bec3d6154c5c537e7bb8b097568e174 (patch)
tree4546e8d8449b16e99a54060d6020fe3555c4fa14 /update
parent8b6cd0317883878f8fcb522c79e7aff6d155afc2 (diff)
downloadtools-fa9b65224bec3d6154c5c537e7bb8b097568e174.tar.gz
tools-fa9b65224bec3d6154c5c537e7bb8b097568e174.tar.bz2
tools-fa9b65224bec3d6154c5c537e7bb8b097568e174.tar.xz
tools-fa9b65224bec3d6154c5c537e7bb8b097568e174.zip
Add a make file for tools and update stuff accordingly
Diffstat (limited to 'update')
-rwxr-xr-xupdate/update.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/update/update.sh b/update/update.sh
index 768b5c7..5a986ff 100755
--- a/update/update.sh
+++ b/update/update.sh
@@ -35,4 +35,6 @@ if [ -f TMW2-${u1}..${u2}.zip ]; then
cp resources2.txt ../upload/
cp resources.xml ../upload/
cp ../news.txt ../upload
+
+ echo "Update ID: ${u1}..${u2}"
fi