9 lines
104 B
Bash
Raw Normal View History

#!/bin/sh
collect () {
report 1
}
docs () {
echo "Send a simple ping in form of an integer '1'."
}