Skip to content

Commit 225e71a

Browse files
committed
unify bash script headers
1 parent 79ddfd6 commit 225e71a

File tree

10 files changed

+5
-17
lines changed

10 files changed

+5
-17
lines changed

implementations/Rarr/driver.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
ENVNAME=ZI_Rarr
23

34
# Standard bootstrapping

implementations/js/driver.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
ENVNAME=ZI_js
23

34
# Standard bootstrapping

implementations/jzarr/driver.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# cd to this directory
2-
# https://stackoverflow.com/a/6393573/2700168
3-
1+
#!/usr/bin/env bash
42
ENVNAME=ZI_jzarr
53

64
# Standard bootstrapping

implementations/n5-java/driver.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
ENVNAME=ZI_n5_java
23

34
# Standard bootstrapping

implementations/pyn5/driver.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#!/usr/bin/env bash
2-
#
3-
#
4-
52
ENVNAME=ZI_pyn5
63

74
# Standard bootstrapping

implementations/tensorstore/driver.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#!/usr/bin/env bash
2-
#
3-
#
4-
52
ENVNAME=ZI_tensorstore
63

74
# Standard bootstrapping

implementations/xtensor_zarr/driver.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
ENVNAME=ZI_xtensor_zarr
23

34
# Standard bootstrapping

implementations/z5py/driver.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#!/usr/bin/env bash
2-
#
3-
#
4-
52
ENVNAME=ZI_z5py
63

74
# Standard bootstrapping

implementations/zarr-python/driver.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#!/usr/bin/env bash
2-
#
3-
#
4-
52
ENVNAME=ZI_zarr-python
63

74
# Standard bootstrapping

implementations/zarrita/driver.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/usr/bin/env bash
2-
#
3-
42
ENVNAME=ZI_zarrita
53

64
# Standard bootstrapping

0 commit comments

Comments
 (0)