RiXotStudio/Makefile.toml
2021-10-24 22:02:55 +02:00

9 lines
200 B
INI

# The Cargo-Make <https://github.com/sagiegurari/cargo-make> file used to interact with the repository
[tasks.hello]
description = "says hello"
category = "Tools"
script = '''
#!@shell
echo hello
'''