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

username now printed first

parent 80dcc189
No related branches found
No related tags found
1 merge request!1Add user name to log file
......@@ -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.
Finish editing this message first!
Please register or to comment