Skip to content

Commit

Permalink
Renamed xsbs_shell admin_shell
Browse files Browse the repository at this point in the history
  • Loading branch information
greghaynes committed May 6, 2010
1 parent 41b8a5d commit 5d951ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/bin/xsbs_shell.py → tools/bin/admin_shell.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python
import sys, urllib, urllib2

HOST = None
Expand Down Expand Up @@ -82,4 +83,4 @@ def eval_command(args):
print "bye"
break

eval_command(args)
eval_command(args)

0 comments on commit 5d951ae

Please sign in to comment.