blob: c083b7792ec4717f11c0dd1aa28838f2586aab74 [file] [log] [blame]
Joey Armstrong76f861a2024-03-13 16:01:24 -04001#!/bin/bash
2
3## -----------------------------------------------------------------------
4## -----------------------------------------------------------------------
5function __anonymous()
6{
7 cat <<EOT
8
9** -----------------------------------------------------------------------
10** [TODO]
11** -----------------------------------------------------------------------
12 o --component bbsim --component ci-management
13 # Component not working unless project passed
14 project = VOL AND component in (bbsim, bbsim-sadis-server, ci-management)
15EOT
16 return
17}
18
19__anonymous
20unset __anonymous
21
22: # ($?==0) for source script return
23# [EOF]