This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:taskfile [2022/04/11 07:32] – sscipioni | tips:taskfile [2022/08/04 17:06] (current) – ngiacobbo | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| + | ===== Custom taskfile ===== | ||
| <code bash> | <code bash> | ||
| - | curl -s " | + | curl -sL " |
| </ | </ | ||
| <file bash> | <file bash> | ||
| - | curl -s " | + | curl -sL " |
| chmod +x task | chmod +x task | ||
| + | echo "new ./task file created" | ||
| </ | </ | ||
| Line 34: | Line 35: | ||
| time " | time " | ||
| </ | </ | ||
| + | |||
| + | ===== Task project ==== | ||
| + | Task is a task runner / build tool that aims to be simpler and easier to use than `Make GNU`. | ||
| + | The home page of the project is available at [[https:// | ||
| + | |||
| + | >In the case you are using Arch Linux it's better to install <code bash> | ||
| + | |||