1#!/bin/bash 2 3PATH="$PATH:." 4 5mm_client.pl btree-store "los angeles" lakers 6mm_client.pl btree-store vancouver grizzlies 7mm_client.pl btree-store "san antonio" spurs 8mm_client.pl btree-store denver nuggets 9mm_client.pl btree-store seattle supersonics 10mm_client.pl btree-store portland trailblazers 11mm_client.pl btree-store phoenix suns 12mm_client.pl btree-store dallas mavericks 13mm_client.pl btree-store houston rockets 14mm_client.pl btree-store toronto raptors 15mm_client.pl btree-store chicago bulls 16mm_client.pl btree-store boston celtics 17mm_client.pl btree-store detroit pistons 18mm_client.pl btree-store cleveland cavaliers 19mm_client.pl btree-store atlanta hawks 20mm_client.pl btree-store charlotte hornets 21mm_client.pl btree-store "new york" knicks 22mm_client.pl btree-store washington wizards 23mm_client.pl btree-store orlando magic 24mm_client.pl btree-store miami heat 25mm_client.pl btree-store philadelphia sixers 26 27