diff --git a/examples/add/build.sh b/examples/add/build.sh index 8033cede..f82d7cde 100755 --- a/examples/add/build.sh +++ b/examples/add/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -# For more coments about what's going on here, see the `hello_world` example +# For more comments about what's going on here, see the `hello_world` example set -ex diff --git a/examples/canvas/build.sh b/examples/canvas/build.sh index d6313df3..5d8cee61 100755 --- a/examples/canvas/build.sh +++ b/examples/canvas/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -# For more coments about what's going on here, see the `hello_world` example +# For more comments about what's going on here, see the `hello_world` example set -ex cd "$(dirname $0)" diff --git a/examples/closures/build.sh b/examples/closures/build.sh index 253b388c..79a05dbc 100755 --- a/examples/closures/build.sh +++ b/examples/closures/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -# For more coments about what's going on here, see the `hello_world` example +# For more comments about what's going on here, see the `hello_world` example set -ex diff --git a/examples/console_log/build.sh b/examples/console_log/build.sh index 98c88038..7cddfcca 100755 --- a/examples/console_log/build.sh +++ b/examples/console_log/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -# For more coments about what's going on here, see the `hello_world` example +# For more comments about what's going on here, see the `hello_world` example set -ex diff --git a/examples/dom/build.sh b/examples/dom/build.sh index c64ecf99..a1f4908c 100755 --- a/examples/dom/build.sh +++ b/examples/dom/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -# For more coments about what's going on here, see the `hello_world` example +# For more comments about what's going on here, see the `hello_world` example set -ex diff --git a/examples/duck-typed-interfaces/build.sh b/examples/duck-typed-interfaces/build.sh index 3476b4c1..471f485b 100755 --- a/examples/duck-typed-interfaces/build.sh +++ b/examples/duck-typed-interfaces/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -# For more coments about what's going on here, see the `hello_world` example +# For more comments about what's going on here, see the `hello_world` example set -ex cd "$(dirname $0)" diff --git a/examples/fetch/build.sh b/examples/fetch/build.sh index 78b9a458..eb0e6676 100755 --- a/examples/fetch/build.sh +++ b/examples/fetch/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -# For more coments about what's going on here, see the `hello_world` example +# For more comments about what's going on here, see the `hello_world` example set -ex diff --git a/examples/guide-supported-types-examples/build.sh b/examples/guide-supported-types-examples/build.sh index d99253c5..d868e0ff 100755 --- a/examples/guide-supported-types-examples/build.sh +++ b/examples/guide-supported-types-examples/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -# For more coments about what's going on here, see the `hello_world` example +# For more comments about what's going on here, see the `hello_world` example set -ex diff --git a/examples/import_js/build.sh b/examples/import_js/build.sh index 4446e5c2..e6ebc71d 100755 --- a/examples/import_js/build.sh +++ b/examples/import_js/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -# For more coments about what's going on here, see the `hello_world` example +# For more comments about what's going on here, see the `hello_world` example set -ex diff --git a/examples/julia_set/build.sh b/examples/julia_set/build.sh index 06042a0d..d4c20b15 100755 --- a/examples/julia_set/build.sh +++ b/examples/julia_set/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -# For more coments about what's going on here, see the `hello_world` example +# For more comments about what's going on here, see the `hello_world` example set -ex diff --git a/examples/paint/build.sh b/examples/paint/build.sh index d5f85599..dcab40ac 100755 --- a/examples/paint/build.sh +++ b/examples/paint/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -# For more coments about what's going on here, see the `hello_world` example +# For more comments about what's going on here, see the `hello_world` example set -ex cd "$(dirname $0)" diff --git a/examples/performance/build.sh b/examples/performance/build.sh index d07f653f..72ebc777 100755 --- a/examples/performance/build.sh +++ b/examples/performance/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -# For more coments about what's going on here, see the `hello_world` example +# For more comments about what's going on here, see the `hello_world` example set -ex diff --git a/examples/wasm-in-wasm/build.sh b/examples/wasm-in-wasm/build.sh index 2c9dada5..167d6ca4 100755 --- a/examples/wasm-in-wasm/build.sh +++ b/examples/wasm-in-wasm/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -# For more coments about what's going on here, see the `hello_world` example +# For more comments about what's going on here, see the `hello_world` example set -ex diff --git a/examples/webaudio/build.sh b/examples/webaudio/build.sh index d365f73f..0a368d68 100755 --- a/examples/webaudio/build.sh +++ b/examples/webaudio/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -# For more coments about what's going on here, see the `hello_world` example +# For more comments about what's going on here, see the `hello_world` example set -ex diff --git a/examples/webgl/build.sh b/examples/webgl/build.sh index 424f39ed..5acb1516 100755 --- a/examples/webgl/build.sh +++ b/examples/webgl/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -# For more coments about what's going on here, see the `hello_world` example +# For more comments about what's going on here, see the `hello_world` example set -ex cd "$(dirname $0)"