Skip to content
Snippets Groups Projects
Unverified Commit dd9b0ab5 authored by diedpigs's avatar diedpigs Committed by GitHub
Browse files

Merge pull request #11 from diedpigs/fix-windows-crlf

Replace CRLF with LF
parents dd77cddc 871fab48
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ module load <%= context.cuda_toolkit %>
# Load the required environment
module load <%= context.version %>
<%= context.custom_environment %>
<%= context.custom_environment.gsub(/\r\n?/, "\n") %>
# Launch MATLAB
module list
set -x
......
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