Skip to content
Snippets Groups Projects
Commit a6497b9d authored by Lara Ianov's avatar Lara Ianov
Browse files

hostname added

parent d5d48e29
Branches develop_area
No related tags found
No related merge requests found
......@@ -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`"
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