Commit Graph

3 Commits

Author SHA1 Message Date
8ef6a87ba1 Add new lib for shell 2025-12-04 00:34:50 +01:00
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