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