17 lines
517 B
Bash
Executable File
17 lines
517 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
######################################################################
|
|
# @author : kyle (kyle@midgard)
|
|
# @file : container-setup
|
|
# @created : Wednesday Oct 18, 2023 18:13:11 PDT
|
|
#
|
|
# @description : small script to run the same tooling in each container.
|
|
#
|
|
# specifically, this enables easier renaming of scripts or refactoring
|
|
# scripts across every machine.
|
|
######################################################################
|
|
|
|
install-development-tools.sh
|
|
validate-container.sh
|
|
|