5 lines
94 B
Bash
5 lines
94 B
Bash
#!/bin/bash
|
|
|
|
function b_help() {
|
|
echo "${txtgreen}help message will go here${txtwhite}"
|
|
}
|