This commit is contained in:
bel
2023-07-06 21:39:55 -06:00
parent 8b1d395f19
commit e97fcc2d8c

View File

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