Skip to content

Commit b7ddb91

Browse files
authored
Create script.bash
1 parent 50dc350 commit b7ddb91

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/script.bash

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/usr/bin/env bash
2+
3+
set -euf -o pipefail
4+
5+
set -x
6+
7+
pwd
8+
9+
julia --code-coverage=all script.jl $@

0 commit comments

Comments
 (0)