rule a:
    output:
        "test.txt"
    shell:
        "echo {resources.test} > {output}"
