Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- if [ -z "$1" ]; then
- echo "contoh: $0 9.9.9.9"
- exit 1
- fi
- host="$1"
- ping -c 100 "$host"
- #penggunaan>>
- #chmod +x ping
- #./ping bing.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement