delete_video_track_titles: set -euo pipefail

This commit is contained in:
Lukáš Kucharczyk 2022-10-07 22:27:18 +02:00
parent 50d9961d19
commit 0e53f76531
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
SCRIPT_NAME=$(basename "$0")
test -z "${1}" && echo "File not specified or doesn't exist, aborting. Usage: $SCRIPT_NAME \$FILENAME" && exit 1
FILE=$1