Skip to content

Commit

Permalink
Post-publication commit
Browse files Browse the repository at this point in the history
  • Loading branch information
levlafayette committed Jan 2, 2020
1 parent 2eec0a9 commit dc00efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supercomputingwithlinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -3301,7 +3301,7 @@ cat <<- EOF > job${a}
#PBS -j oe
#PBS -o err_log${a}
#PBS -l nodes=1:ppn=1
#echo $(pwd) >> results.txt
echo $(pwd) >> results.txt
EOF
done
```
Expand Down

0 comments on commit dc00efe

Please sign in to comment.