removed extra filed TODO create systemwide gitignore

This commit is contained in:
llnu 2020-05-06 12:02:25 +02:00
parent 1bdcbd38bb
commit e6a83357ce
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
if [ -f "$__object/parameter/colour" ];
then __file "$__object_id" --source << EOF
colour="$(cat "$__object/parameter/colour")"
EOF
else print "Colour parameter is not supplied" ; exit 1
fi