Commit ec705d85 by Renzo Lucioni

Make clone script more portable

Bash won't always be at /bin/bash.
parent e88dca94
#!/bin/bash #!/usr/bin/env bash
# Script for cloning Git repos housing edX services. These repos are mounted as # Script for cloning Git repos housing edX services. These repos are mounted as
# data volumes into their corresponding Docker containers to facilitate development. # data volumes into their corresponding Docker containers to facilitate development.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment