
rule a:
    output:
        "test.out"
    shell:
        "basename $BASH > {output}"
