Files
sagiegurari-cargo-make/examples/cross_platform_shell.toml
2020-11-06 11:37:29 +00:00

7 lines
73 B
TOML
Executable File

[tasks.shell]
script_runner = "@shell"
script = '''
rm ./myfile.txt
'''