Skip to content

Commit e54792a

Browse files
Add a shebang to run_once.sh
So that we don't rely on the current shell being compatible.
1 parent ffbfa2f commit e54792a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run_once.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env bash
12
# Script to run a single benchmark once
23
# You can pass --yjit-stats and other ruby arguments to this script.
34
# eg:

0 commit comments

Comments
 (0)