
shell.executable("bash")

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