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:
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -o errexit -o nounset -o pipefail
|
||||
|
||||
commentChar="#"
|
||||
while read line
|
||||
do
|
||||
|
Reference in New Issue
Block a user