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 ctdas/CTDAS!1
parents 80dcc189 36b5c38f
Branches
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@
#!/bin/bash
set -e
echo "Welcome $USER"
cat > heredocfile.txt <<_EOF_
where <projectdir> is a base folder 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