master
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
main() {
log flags...
flags "$@"
log install...
install
log build...
build
}