Skip to content

Commit

Permalink
added nc to debugger script
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewchambers committed Aug 17, 2012
1 parent 1a2a540 commit 3aeee56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/debugger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
pushd $DIR
python AssemblyView.py &
python CPUView.py &
while true; do sleep 1 ; nc localhost 8124 ; done
wait
popd



0 comments on commit 3aeee56

Please sign in to comment.