mirror of
https://github.com/fluencelabs/examples
synced 2025-06-14 10:31:20 +00:00
Move set from shebang to a new line (#4)
This commit is contained in:
@ -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
|
||||||
|
|
||||||
cargo update
|
cargo update
|
||||||
fce build --release
|
fce build --release
|
||||||
|
@ -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
|
# This script builds all subprojects and puts all created Wasm modules in one dir
|
||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
|
@ -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
|
# This script builds all subprojects and puts all created Wasm modules in one dir
|
||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
|
@ -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
|
# This script builds all subprojects and puts all created Wasm modules in one dir
|
||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
|
@ -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
|
||||||
|
|
||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
|
|
||||||
|
@ -33,7 +33,8 @@ and proceed to run the `build` script:
|
|||||||
Let's unpack the script:
|
Let's unpack the script:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
|
#!/usr/bin/env bash
|
||||||
|
set -o errexit -o nounset -o pipefail
|
||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
|
|
||||||
cd fce-cuckoo
|
cd fce-cuckoo
|
||||||
|
@ -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
|
# This script builds all subprojects and puts all created Wasm modules in one dir
|
||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
|
@ -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
|
# This script builds all subprojects and puts all created Wasm modules in one dir
|
||||||
cargo update
|
cargo update
|
||||||
|
@ -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
|
# This script builds all subprojects and puts all created Wasm modules in one dir
|
||||||
cd effector
|
cd effector
|
||||||
|
@ -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
|
# This script builds all subprojects and puts all created Wasm modules in one dir
|
||||||
# cargo update
|
# cargo update
|
||||||
|
@ -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
|
||||||
|
|
||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
|
|
||||||
|
@ -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
|
# This script builds all subprojects and puts all created Wasm modules in one dir
|
||||||
cd effector
|
cd effector
|
||||||
|
@ -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
|
# This script builds all subprojects and puts all created Wasm modules in one dir
|
||||||
cargo update
|
cargo update
|
||||||
|
@ -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
|
# This script builds all subprojects and puts all created Wasm modules in one dir
|
||||||
(
|
(
|
||||||
|
@ -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
|
||||||
|
|
||||||
# build wasms
|
# build wasms
|
||||||
./build.sh
|
./build.sh
|
||||||
|
@ -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
|
||||||
|
|
||||||
./build.sh
|
./build.sh
|
||||||
|
|
||||||
|
@ -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
|
# This script builds all subprojects and puts all created Wasm modules in one dir
|
||||||
# cd sqlite
|
# cd sqlite
|
||||||
|
Reference in New Issue
Block a user