Make preview.sh work correctly with other shells

Due to missing shebang in the preview.sh file, the script failed if user
 used different shell than bash (for example zsh).
This commit is contained in:
Jakub Gros 2022-12-25 21:06:23 +00:00
parent bfd9cf0ef1
commit 068dc69d18

View file

@ -1,3 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'