Skip to content
Snippets Groups Projects
Commit a13da2da authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: print system and URL time

parent 413550d2
No related branches found
No related tags found
No related merge requests found
Pipeline #42864 passed with stage
in 4 minutes and 44 seconds
......@@ -22,7 +22,8 @@ if [ $# -lt 1 ] ; then
fi
# Startup
echo "date: $(date)"
echo "date sys: $(date)"
echo "date web: $(date -d "$(curl -Is --max-redirs 0 google.com 2>&1 | grep Date: | cut -d' ' -f2-7)")"
echo "hostname: $(hostname -f)"
echo "uname: $(uname -a)"
echo "whoami: $(whoami)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment