A log function for bash
A log function for bash So if you are making scripts in bash, it’s sometimes useful to print debug information to the screen. You can use ‘echo‘ but why not use something a bit more fancy. This little function will print out a timestamp relative to the start of the script. (Easily changed if you […]
A log function for bash Read More ยป