X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2Fgoodfet;h=ebcbec836b630f0526e72d4226f5d06b07e67a8a;hp=a42a2c83bd6919584afffa55dd4be5ffb712e599;hb=d941137f767ad40f7bf253f6828735b641b52dca;hpb=6097d6dc581f9331d80c8f1a04d307dd68a2fd0d diff --git a/client/goodfet b/client/goodfet index a42a2c8..ebcbec8 100755 --- a/client/goodfet +++ b/client/goodfet @@ -26,11 +26,6 @@ driver=sys.argv[1]; print "Using driver %s" % driver; client=eval("%s()" % driver); console=GoodFETConsole(client); - -while 1: - sys.stdout.write("gf% "); - sys.stdout.flush(); - cmd=sys.stdin.readline(); - console.handle(cmd); +console.run(); sys.exit(0);