5 lines
63 B
Bash
5 lines
63 B
Bash
#!/usr/bin/env bash
|
|
|
|
function broadcast() {
|
|
echo "$1 : $2"
|
|
}
|