5 lines
89 B
Bash
5 lines
89 B
Bash
|
function cleanup() {
|
||
|
echo "Cleanup: output_dir: $output_dir"
|
||
|
# builder_cleanup
|
||
|
}
|