mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
12 lines
164 B
Text
12 lines
164 B
Text
|
rule all:
|
||
|
input:
|
||
|
file1='result.txt',
|
||
|
|
||
|
rule simulation:
|
||
|
output:
|
||
|
file1="result.txt"
|
||
|
shell:
|
||
|
"""
|
||
|
touch {output}
|
||
|
"""
|