Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit ec705d8

Browse files
author
Renzo Lucioni
committed
Make clone script more portable
Bash won't always be at /bin/bash.
1 parent e88dca9 commit ec705d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# Script for cloning Git repos housing edX services. These repos are mounted as
44
# data volumes into their corresponding Docker containers to facilitate development.

0 commit comments

Comments
 (0)