4 lines
71 B
Bash
Executable File
4 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker run --rm --network rpc_chains busybox ping -c 4 $1
|