Skip to content

Commit a7c87f9

Browse files
committed
Error out of script if command fails
1 parent 2c8faac commit a7c87f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/squash-images.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
set -e
23

34
# pip install pillow
45
python3 scripts/thumbnail-images.py

0 commit comments

Comments
 (0)