From a6497b9d7d9f5461b4a23f00b63482e983542e13 Mon Sep 17 00:00:00 2001 From: Lara Ianov <lianov@uab.edu> Date: Thu, 29 Nov 2018 14:55:21 -0600 Subject: [PATCH] hostname added --- demo.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demo.sh b/demo.sh index ca6ca60..362350d 100755 --- a/demo.sh +++ b/demo.sh @@ -8,9 +8,9 @@ echo "line added locally after cloning, and then committed and pushed to GitLab" # A good FYI about the Atom editor: # changes below were made in Atom, staged, committed and pushed directly from Atom -echo "printing current date and time" -date +echo "printing current date and time, `date`" #----- This represents finalized code ready to be merged -------- -#---- This represents work in progress, thus it remains in the branch for now ----- \ No newline at end of file +#---- This represents work in progress, thus it remains in the branch for now ----- +echo "printing hostname, `hostname`" -- GitLab