NLKNguyen / alpine-mpich

MPI Cluster Automation Solution using Docker, based on Alpine Linux with MPICH (see IEEE paper)
https://github.com/NLKNguyen/alpine-mpich
MIT License
133 stars 56 forks source link

Fix escaping for shell check #14

Closed simonholgate closed 5 years ago

simonholgate commented 5 years ago

Fixed escaping double backslashes to pass shellcheck.

NLKNguyen commented 5 years ago

Great work!! Really appreciate that. It had been an issue for too long. Thanks!