Closed iptoux closed 1 year ago
All things are back in library/script. Now the whole library is more modular, so future editing and adding of features should be easier. The library had now the following functions:
Commits branch: https://github.com/iptoux/bash_error_lib/compare/main...7-bug-external-errors
CLI (all on)
iptoux@2040:~/gits/bash_error_lib$ ./basherr.sh ------------------------------------------------ >> ERROR (1) - General/External script error. >> MSG: No such file or directory >> CALL/CMD/ARG: lol >> CAUSE BY: cat IN: ./basherr.sh ON LINE: 50 >> FULLSTACK: huhu @ ./basherr.sh:50 main @ ./basherr.sh:54 >> SNIPPED: >> -> 08 lines of source from <- >> { L:46 #somecommand # <- L:47 L:48 huhu() { L:49 L:50 >>> cat lol L:51 L:52 } L:53 L:54 huhu >> } >> There are 6 log files in folder, cleaning.... >> Execution time: 0.322949 seconds iptoux@2040:~/gits/bash_error_lib$
LOGFILE (simple)
>> Date/Time: 23.12.2022 - 23:37:46 ------------------------------------------------ >> ERROR (1) - General/External script error. >> MSG: No such file or directory >> CALL/CMD/ARG: lol >> CAUSE BY: cat IN: ./basherr.sh ON LINE: 50 >> FULLSTACK: huhu @ ./basherr.sh:50 main @ ./basherr.sh:54 >> SNIPPED: >> -> 08 lines of source from <- >> { L:46 #somecommand # <- L:47 L:48 huhu() { L:49 L:50 >>> cat lol L:51 L:52 } L:53 L:54 huhu >> }
Done!
All things are back in library/script. Now the whole library is more modular, so future editing and adding of features should be easier. The library had now the following functions:
Commits branch: https://github.com/iptoux/bash_error_lib/compare/main...7-bug-external-errors
CLI (all on)
LOGFILE (simple)