use bash for scripts

This commit is contained in:
vcoppe 2022-04-14 13:50:52 +02:00
parent 72671bd448
commit 6794ef320e
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
./download_segments_diff.sh # downloads diff directory in tmp/diff

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
out_dir="../segments4"

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
out_dir="../segments4_diff"