Skip to content
Snippets Groups Projects
Commit 26c007f4 authored by rds's avatar rds
Browse files

Quick addition to outputting today's date.

parent 27d74e93
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,9 @@ function _checkout_mk_cd_dir
_checkout_message_out "Start of script."
TODAY=`date +"%a %b %e %Y"`
_checkout_message_out "Today is $TODAY"
save_root=$(pwd)
_checkout_message_out "Running in $save_root on $(hostname)"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment