Package initdir executes shell scripts from a directory after kumo starts.
This provides functionality similar to LocalStack's init/ready.d/ mechanism.
Run executes all .sh files in the given directory sequentially in alphabetical order.
Each script runs independently — a failure in one script does not prevent subsequent scripts from running.