force using bash instead of sh to avoid '[['as an error

This commit is contained in:
Ruben Abad 2024-02-19 15:10:46 +01:00
parent f9003528ce
commit a2d6088c74
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/bin/bash
# ==============================================================================
# -- Parse arguments -----------------------------------------------------------
# ==============================================================================