Move set from shebang to a new line (#4)

This commit is contained in:
folex
2021-05-10 18:32:48 +03:00
committed by GitHub
parent e82fadf678
commit c7dd850cec
17 changed files with 34 additions and 17 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
# This script builds all subprojects and puts all created Wasm modules in one dir
cd effector