diff options
author | imarom <imarom@cisco.com> | 2015-08-20 09:25:33 +0300 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2015-08-20 09:25:33 +0300 |
commit | 8384612b8493a4a896e91e3bb9d5d25689a87c12 (patch) | |
tree | 9ea109d208eb2d4ab0632245107b5ab24faafd1b /scripts | |
parent | 479c4358ce64429a6d5e21b2bfeccd27da710701 (diff) |
added args to the console
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/trex-console | 2 | ||||
-rwxr-xr-x | scripts/trex_console | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/trex-console b/scripts/trex-console new file mode 100755 index 00000000..50e097e7 --- /dev/null +++ b/scripts/trex-console @@ -0,0 +1,2 @@ +#!/bin/bash +../src/console/trex_console.py $@ diff --git a/scripts/trex_console b/scripts/trex_console deleted file mode 100755 index 6a79d54a..00000000 --- a/scripts/trex_console +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -/usr/bin/python ../src/console/trex_console.py |