🚧 Setting up for -h/--help flag

This commit is contained in:
z3rOR0ne 2022-09-09 00:38:29 -07:00
parent 7ee4d748e3
commit edfd65f973
2 changed files with 9 additions and 0 deletions

5
scripts/bgit_help Normal file
View file

@ -0,0 +1,5 @@
#!/bin/bash
function b_help() {
echo "${txtgreen}help message will go here${txtwhite}"
}