notes/scripts/bgit_help
2022-09-09 00:38:29 -07:00

5 lines
94 B
Bash

#!/bin/bash
function b_help() {
echo "${txtgreen}help message will go here${txtwhite}"
}