Skip to content

Commit 85866a9

Browse files
authored
Merge pull request #419 from basnijholt/patch-1
Use `#!/usr/bin/env bash` in `start-gpu.sh` for better compatibility
2 parents f4db437 + 9bdb58d commit 85866a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start-gpu.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
# Get project root directory
44
PROJECT_ROOT=$(pwd)

0 commit comments

Comments
 (0)