mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
Add set -e
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
# A function to generate formatted .md files
|
# A function to generate formatted .md files
|
||||||
write_to_file() {
|
write_to_file() {
|
||||||
local cmd="$1"
|
local cmd="$1"
|
||||||
|
|||||||
Reference in New Issue
Block a user