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