bel 2023-07-06 21:39:55 -06:00
parent 8b1d395f19
commit e97fcc2d8c
1 changed files with 3 additions and 0 deletions

View File

@ -1,8 +1,11 @@
#! /bin/bash #! /bin/bash
main() { main() {
log flags...
flags "$@" flags "$@"
log install...
install install
log build...
build build
} }