diff --git a/todo b/todo index 0fac3e0..2b122a3 100644 --- a/todo +++ b/todo @@ -29,8 +29,6 @@ phone fixes as per http://www.html5rocks.com/en/mobile/touch/ https://www.smashingmagazine.com/2012/10/design-your-own-mobile-game/ -*implement support for level-specific help text - custom thing chance ratios for each level 1: no llamas 2: no llamas diff --git a/upload.sh b/upload.sh index d5b5058..8374733 100755 --- a/upload.sh +++ b/upload.sh @@ -1,2 +1,2 @@ #!/bin/sh -scp -r cat.html images rob@slime:/var/www/slime.nethack.net/cat/catparade/ +ssh rob@slime "cd /var/www/slime.nethack.net/cat/catparade && git pull"