1
0
mirror of https://github.com/minimaxir/big-list-of-naughty-strings.git synced 2025-09-03 02:42:36 +02:00

Fail fast in case of programming or runtime errors

This commit is contained in:
Victor Engmark
2018-11-17 07:09:00 +13:00
parent d0a73016d5
commit 701f1264f4

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
commentChar="#"
while read line
do