Skip to content

Commit

Permalink
added pipefail bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiglioranza22 committed Sep 1, 2024
1 parent e2d053a commit b816122
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion part3/express-app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
.env
1 change: 1 addition & 0 deletions part3/express-app/builder.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -euo pipefail

VAR_1=$1
VAR_2=$2
Expand Down

0 comments on commit b816122

Please sign in to comment.