Skip to content
Snippets Groups Projects
Commit 871fab48 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Replace CRLF(Windows) with LF(Linux)

parent dd77cddc
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