This commit is contained in:
tavo 2025-01-03 23:55:03 -06:00
parent d18a1fb39b
commit 9337203a90

View file

@ -2,6 +2,11 @@
_main() {
opts="$@"
if [ -z "$opts" ] ; then
_help
fi
for o in $opts ; do
case "$o" in
g)