mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 17:53:14 -05:00
fcce194d34
Change-Id: I9a044fefe96e400b8e3320842b53fe97af2a7b40
11 lines
164 B
Text
11 lines
164 B
Text
rule all:
|
|
input:
|
|
file1='result.txt',
|
|
|
|
rule simulation:
|
|
output:
|
|
file1="result.txt"
|
|
shell:
|
|
"""
|
|
touch {output}
|
|
"""
|