mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
9 lines
145 B
Bash
Executable File
9 lines
145 B
Bash
Executable File
#!/bin/sh
|
|
set -x
|
|
|
|
ME=`whoami`
|
|
|
|
ping example.com -c20 && \
|
|
echo "==== $ME ====" && \
|
|
ping example.net -c20 && \
|
|
echo "==== done! ====" |