diff options
author | Hanoh Haim <hhaim@cisco.com> | 2015-06-24 14:03:29 +0300 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2015-06-24 14:03:29 +0300 |
commit | 8b52a31ed2c299b759f330c4f976b9c70f5765f4 (patch) | |
tree | 9d6da5438b5b56b1d2d57e6c13494b4e65d000e7 /scripts/t-rex-64-o |
first version
Diffstat (limited to 'scripts/t-rex-64-o')
-rwxr-xr-x | scripts/t-rex-64-o | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/t-rex-64-o b/scripts/t-rex-64-o new file mode 100755 index 00000000..4f3761d9 --- /dev/null +++ b/scripts/t-rex-64-o @@ -0,0 +1,9 @@ +#! /bin/bash +./trex-cfg +cd $(dirname $0) +export LD_LIBRARY_PATH=$PWD +saveterm="$(stty -g)" +./_$(basename $0) $@ +stty $saveterm + + |