Skip to content
Snippets Groups Projects
Commit 60cd867c authored by Peters, Wouter's avatar Peters, Wouter
Browse files

Merge branch 'add_user_name_to_log_file' into 'master'

Add user name to log file

See merge request !1
parents 80dcc189 36b5c38f
Branches
No related tags found
1 merge request!1Add user name to log file
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
#!/bin/bash #!/bin/bash
set -e set -e
echo "Welcome $USER"
cat > heredocfile.txt <<_EOF_ cat > heredocfile.txt <<_EOF_
where <projectdir> is a base folder for the project where <projectdir> is a base folder for the project
and <projectname> is a name to use for the project. and <projectname> is a name to use for the project.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment