Skip to content

Commit bfaee76

Browse files
committed
Refactor: Minor update setup_ice_irdma.sh
Refactor: Minor update setup_ice_irdma.sh Signed-off-by: Miłosz Linkiewicz <milosz.linkiewicz@intel.com>
1 parent 546a3c1 commit bfaee76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/setup_ice_irdma.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ function print_usage()
2525
log_info "\t\t temporarily set MTU to 9000 for given interface."
2626
log_info "\trun-perftest <INTERFACE>"
2727
log_info "\t\t execute installed perftests."
28+
log_info ""
29+
log_info "\tintel"
30+
log_info "\t\t animation in bash"
2831
}
2932

3033
function install_os_dependencies()
@@ -310,6 +313,8 @@ then
310313
check_mtu
311314
elif [[ "$1" == "run-perftest" ]]; then
312315
run_perftest "$@"
316+
elif [[ "$1" == "intel" ]]; then
317+
print_logo_anim
313318
else
314319
print_usage
315320
fi

0 commit comments

Comments
 (0)