DEBSOURCES
Skip Quicknav
sources / doit / 0.25.0-2 / doc / tutorial / cmd_actions.py
12345678
def task_hello(): """hello cmd """ msg = 3 * "hi! " return { 'actions': ['echo %s ' % msg + ' > %(targets)s',], 'targets': ["hello.txt"], }