diff options
author | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2019-08-29 19:38:01 -0700 |
---|---|---|
committer | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2019-08-29 19:38:01 -0700 |
commit | 8fdab97b46d66705c93bd64bb8a064d6f0c77156 (patch) | |
tree | a183994782878320b61087750c7fd501c79dca8b | |
parent | 854226da448074c6e85c4bca13e007e638d03db9 (diff) |
Fix link in command
-rw-r--r-- | curling.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ How to Play =========== If you're not using it already, run this line of bash to start playing: -c=; while clear; curl -c k -b k localhost:4567/$c; read c; [ $c ]; do :; done +c=; while clear; curl -c k -b k hex.m-chrzan.xyz/$c; read c; [ $c ]; do :; done You're about to start crawling through a dungeon, fighting monsters and finding treasure. Your character has three attributes: |