2015-03-08 20:37:56 +01:00

9 lines
104 B
Bash

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