aboutsummaryrefslogtreecommitdiff
path: root/push.sh
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-01-26 06:03:25 -0500
committerB. Watson <yalhcru@gmail.com>2016-01-26 06:03:25 -0500
commit0735321bfc1aadf7e2230df1edc9dd7363978dd6 (patch)
tree4e42d04a9e33ebdcebf2a605f90dc00109201f3e /push.sh
parent9203bbfed671b809d8c4c8e2d2dabe058b8bc249 (diff)
downloadtaipan-0735321bfc1aadf7e2230df1edc9dd7363978dd6.tar.gz
fix prices not being reset, make cursor less visible
Diffstat (limited to 'push.sh')
-rw-r--r--push.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/push.sh b/push.sh
index f03791e..69c9cae 100644
--- a/push.sh
+++ b/push.sh
@@ -5,7 +5,8 @@
# "naptime" is a shell script that you don't have :)
git push && make distclean all || exit 1
-URL="$( naptime taipan.xex | sed 's,urchlay.naptime.net,204.9.204.226,' )"
+#URL="$( naptime taipan.xex | sed 's,urchlay.naptime.net,204.9.204.226,' )"
+URL="$( naptime taipan.xex )"
REV="$( git rev-parse --short HEAD )"
echo "build ID $REV at $URL"