5df8479c5a
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
7 lines
180 B
Bash
Executable file
7 lines
180 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "PATH: $PATH"
|
|
echo "__target_host: $__target_host"
|
|
echo "__global: $__global"
|
|
echo "__cdist_type_base_path: $__cdist_type_base_path"
|
|
echo "__manifest: $__manifest"
|