Skip to content
Snippets Groups Projects
Commit e6ce8e0b authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

update

parent aa578c02
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ alias qs='qstat -a'
module load PrgEnv-gnu
# Display information to standard output - only in interactive ssh session
if [ -n[ "$SSH_TTY" ]
if [ -n [ "$SSH_TTY" ]
then
module list # Display loaded modules
fi
......
......@@ -17,7 +17,7 @@ alias qs='qstat -a'
module load intel/2015b
# Display information to standard output - only in interactive ssh session
if [ -n[ "$SSH_TTY" ]
if [ -n [ "$SSH_TTY" ]
then
module list # Display loaded modules
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment