ungleich-learning-circle/kjg/dot-cdist/type/__colourful_file/manifest

12 lines
231 B
Bash

#!/bin/sh
DOMAIN_NAME="$__object_id"
COLOUR=$(cat "$__object/parameter/colour")
if [ -f "$__object/parameter/colour" ]; then
for col in $(cat $__object/parameter/colour); do
echo "colour="$col >> ~/colourful
done
fi