POC or MVP: Succeeds checking shfmt on Windows which uses bash. Requires that bash is meaningful (WSL, MSys64) on the command prompt, and shfmt is installed in the bash environment.

This commit is contained in:
Kees Valkhof 2019-11-25 15:40:48 +01:00
parent 023b337ff0
commit e7698cdb38
4 changed files with 102 additions and 2 deletions

2
bash_script.sh Normal file
View file

@ -0,0 +1,2 @@
#!/bin/bash
set -Eeuo pipefail