2 Commits

Author SHA1 Message Date
fad2c8b5dc Fix awk error in tasklib.sh by renaming 'func' variable
The variable name 'func' is a reserved builtin in gawk, causing
errors when running `./task help`. Renamed to 'funcname' to avoid
the conflict.
2025-06-18 00:41:35 +02:00
854126bb4b Add some shell functions as shellib for task files 2025-06-18 00:29:11 +02:00