From d4bbb2dea5bb875b399c3afde927e3c4ccbba37b Mon Sep 17 00:00:00 2001 From: thisiszeev Date: Mon, 5 Feb 2024 19:30:25 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6acaea5..1ce1f0b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,32 @@ # log-times-of-each-step -This is a blank script for if you want to log the times of each step of your Bash script. - -Basically, it uses traps to write out runtime in seconds, the last command executed, and if applicable, the exit code. This all gets written to a file called time.log - -It is useful if you want to gauge the time each command in your script takes to run. \ No newline at end of file +This is a blank script for if you want to log the times of each step of your Bash script. + +Basically, it uses traps to write out runtime in seconds, the last command executed, and if applicable, the exit code. This all gets written to a file called time.log + +It is useful if you want to gauge the time each command in your script takes to run. + +# Donations + +Please consider making me small donation. Even though my scripts are open source and free to use, I still need to eat. And the occasional bottle of wine also goes down well. + +- $5 buys me a cup of coffee +- $10 buys me a nice burger +- $20 buys me a bottle of wine +- Anything above that will be awesome as well. + +You can send me a donation via Paypal https://www.paypal.com/paypalme/thisiszeev + +Drop me a message on Reddit if you do make a donation. u/thisiszeev + +Support is only offered freely to those who donate $20 or more. + +Your donation contributes to further development. + +If you need a custom script, contact me on Reddit for pricing. + +# Get notified when there are updates to this repo... + +https://nca.zaks.web.za/index.php/apps/forms/s/8fDpCRzkKRMaBRakNtfyigcQ + +Your email address will not be used for any other purpose than to be notifed, not more than once a week, of updates to this or any of the other repos I have on this server. You can also ask me to remove you from the list at anytime, and I will comply. \ No newline at end of file