mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-11-07 16:01:30 +05:30
Added elegant way of execution
This commit is contained in:
parent
a223acb7a3
commit
312e366325
1 changed files with 1 additions and 0 deletions
1
yabs.sh
1
yabs.sh
|
|
@ -87,6 +87,7 @@ IPV6_CHECK=$((ping -6 -c 1 -W 4 ipv6.google.com >/dev/null 2>&1 && echo true) ||
|
|||
if [ ! -z "$PRINT_HELP" ]; then
|
||||
echo -e
|
||||
echo -e "Usage: ./yabs.sh [-flags]"
|
||||
echo -e " bash <(wget -qO- yabs.sh) [-flags]"
|
||||
echo -e " curl -sL yabs.sh | bash"
|
||||
echo -e " curl -sL yabs.sh | bash -s -- -{bfdighr49}"
|
||||
echo -e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue