mirror of
https://github.com/sagiegurari/cargo-make
synced 2026-06-08 17:20:03 +00:00
7 lines
73 B
TOML
Executable File
7 lines
73 B
TOML
Executable File
|
|
[tasks.shell]
|
|
script_runner = "@shell"
|
|
script = '''
|
|
rm ./myfile.txt
|
|
'''
|