TBR renaming v.io/core/veyron to v.io/x/ref

(and getting rid of unused shell scripts)

MultiPart: 5/13
Change-Id: I09d9df0f4dc7df3d5ca5588513be27b08fe1fd4a
diff --git a/lib/exec/child.go b/lib/exec/child.go
index bec0100..ea02bf8 100644
--- a/lib/exec/child.go
+++ b/lib/exec/child.go
@@ -9,7 +9,7 @@
 	"sync"
 	"unicode/utf8"
 
-	"v.io/core/veyron/lib/exec/consts"
+	"v.io/x/ref/lib/exec/consts"
 )
 
 var (
diff --git a/lib/exec/exec_test.go b/lib/exec/exec_test.go
index e8de2cd..4fbdd48 100644
--- a/lib/exec/exec_test.go
+++ b/lib/exec/exec_test.go
@@ -13,10 +13,10 @@
 	"time"
 	"unicode/utf8"
 
-	vexec "v.io/core/veyron/lib/exec"
-	"v.io/core/veyron/lib/exec/consts"
+	vexec "v.io/x/ref/lib/exec"
+	"v.io/x/ref/lib/exec/consts"
 	// Use mock timekeeper to avoid actually sleeping during the test.
-	"v.io/core/veyron/lib/testutil/timekeeper"
+	"v.io/x/ref/lib/testutil/timekeeper"
 )
 
 // We always expect there to be exactly three open file descriptors
diff --git a/lib/exec/parent.go b/lib/exec/parent.go
index 463223b..0c31dcf 100644
--- a/lib/exec/parent.go
+++ b/lib/exec/parent.go
@@ -16,8 +16,8 @@
 
 	"v.io/x/lib/vlog"
 
-	"v.io/core/veyron/lib/exec/consts"
-	"v.io/core/veyron/lib/timekeeper"
+	"v.io/x/ref/lib/exec/consts"
+	"v.io/x/ref/lib/timekeeper"
 )
 
 var (