Skip to content

Commit 3576e36

Browse files
authored
Merge pull request #223 from gdcc/run-tests
run-tests.sh: fix shebang and make executable
2 parents a32e0a3 + 87f6292 commit 3576e36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run-tests.sh

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

33
# Parse arguments
44
usage() {

0 commit comments

Comments
 (0)