bash/\346\234\200\345\210\235\343\201\256\343\202\250\343\203\251\343\203\274\343\201\247\343\202\271\343\202\257\343\203\252\343\203\227\343\203\210\343\201\256\345\256\237\350\241\214\343\202\222\344\270\255\346\226\255\343\201\231\343\202\213.md
... ...
@@ -0,0 +1,5 @@
1
+[bash - Stop on first error - Stack Overflow](https://stackoverflow.com/questions/3474526/stop-on-first-error)
2
+
3
+```bash
4
+set -e
5
+```
... ...
\ No newline at end of file