diff options
author | epoch <epoch@hacking.allowed.org> | 2018-02-04 00:12:40 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2018-02-04 00:12:40 -0600 |
commit | f63c1d9e74cd4c59986299b7e6ea48472871debd (patch) | |
tree | 6422aeb67fb0eb49c80b20100178e35670c47ed1 /tictactoe/run | |
parent | 8e98e75ba2bf8c83a2488da15f226d918a89a854 (diff) | |
download | hackvr-f63c1d9e74cd4c59986299b7e6ea48472871debd.tar.gz hackvr-f63c1d9e74cd4c59986299b7e6ea48472871debd.zip |
updated tictactoe's run to use hackvr from path instead of relative
Diffstat (limited to 'tictactoe/run')
-rwxr-xr-x | tictactoe/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tictactoe/run b/tictactoe/run index f470780..8dddc99 100755 --- a/tictactoe/run +++ b/tictactoe/run @@ -2,5 +2,5 @@ turn=$( expr $RANDOM % 2) echo "go. player: $turn" mknod p p -stdbuf -oL cat board p | ../src/hackvr_x11 "$USER" | ./game.sh > p +stdbuf -oL cat board p | hackvr "$USER" | ./game.sh > p rm p |