mirror of
https://github.com/fluencelabs/examples
synced 2025-07-30 16:31:55 +00:00
#!/usr/bin/env bash -o errexit -o nounset -o pipefail (#3)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
|
||||
|
||||
# This script builds all subprojects and puts all created Wasm modules in one dir
|
||||
# cargo update
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
|
||||
|
||||
mkdir -p artifacts
|
||||
|
||||
|
Reference in New Issue
Block a user