readded udpated scripts directory
This commit is contained in:
parent
cd053a412a
commit
f3117c81d9
84 changed files with 3210 additions and 0 deletions
8
scripts/parallel/traceparallel.sh
Executable file
8
scripts/parallel/traceparallel.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
# Note you will need to install both parallel and traceroute to use this (doas pacman -S parallel traceroute)
|
||||
{
|
||||
echo foss.org.my ;
|
||||
echo debian.org ;
|
||||
echo freenetproject.org ;
|
||||
#} | parallel traceroute
|
||||
} | parallel -k traceroute # makes sure that the output of parallel is displayed in the order that the arguments passed were given (i.e. foss.org.my results are displayed first)
|
||||
Loading…
Add table
Add a link
Reference in a new issue