From 995267db77f5554d5228697b8b2a862b51859fe6 Mon Sep 17 00:00:00 2001 From: imarom Date: Mon, 8 Feb 2016 06:08:14 -0500 Subject: first refactor --- scripts/trex-console | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/trex-console') diff --git a/scripts/trex-console b/scripts/trex-console index 53dbb0c1..6e278077 100755 --- a/scripts/trex-console +++ b/scripts/trex-console @@ -1,5 +1,5 @@ #!/bin/bash source find_python.sh -$PYTHON automation/trex_control_plane/console/trex_console.py $@ +$PYTHON automation/wrap_stl_console.py $@ -- cgit 1.2.3-korg