Add set -euo pipefail!
This commit is contained in:
parent
1fa38d08c6
commit
323a24ece6
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set -euo pipefail
|
||||||
# A simple file to run all instructions from the README
|
# A simple file to run all instructions from the README
|
||||||
## this should be run in the root of the repository
|
## this should be run in the root of the repository
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
cd app
|
cd app
|
||||||
cp database/* .
|
cp database/* .
|
||||||
|
|
Loading…
Reference in a new issue