Skip to content

Commit

Permalink
unify bash script headers
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Jul 24, 2024
1 parent 79ddfd6 commit 225e71a
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 17 deletions.
1 change: 1 addition & 0 deletions implementations/Rarr/driver.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
ENVNAME=ZI_Rarr

# Standard bootstrapping
Expand Down
1 change: 1 addition & 0 deletions implementations/js/driver.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
ENVNAME=ZI_js

# Standard bootstrapping
Expand Down
4 changes: 1 addition & 3 deletions implementations/jzarr/driver.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# cd to this directory
# https://stackoverflow.com/a/6393573/2700168

#!/usr/bin/env bash
ENVNAME=ZI_jzarr

# Standard bootstrapping
Expand Down
1 change: 1 addition & 0 deletions implementations/n5-java/driver.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
ENVNAME=ZI_n5_java

# Standard bootstrapping
Expand Down
3 changes: 0 additions & 3 deletions implementations/pyn5/driver.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/usr/bin/env bash
#
#

ENVNAME=ZI_pyn5

# Standard bootstrapping
Expand Down
3 changes: 0 additions & 3 deletions implementations/tensorstore/driver.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/usr/bin/env bash
#
#

ENVNAME=ZI_tensorstore

# Standard bootstrapping
Expand Down
1 change: 1 addition & 0 deletions implementations/xtensor_zarr/driver.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
ENVNAME=ZI_xtensor_zarr

# Standard bootstrapping
Expand Down
3 changes: 0 additions & 3 deletions implementations/z5py/driver.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/usr/bin/env bash
#
#

ENVNAME=ZI_z5py

# Standard bootstrapping
Expand Down
3 changes: 0 additions & 3 deletions implementations/zarr-python/driver.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/usr/bin/env bash
#
#

ENVNAME=ZI_zarr-python

# Standard bootstrapping
Expand Down
2 changes: 0 additions & 2 deletions implementations/zarrita/driver.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/usr/bin/env bash
#

ENVNAME=ZI_zarrita

# Standard bootstrapping
Expand Down

0 comments on commit 225e71a

Please sign in to comment.