Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Commit 0798168

Browse files
committed
exit commands if an internal process errors
1 parent 0ca870f commit 0798168

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/commands.sh

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

34
realpath() {
45
[[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"

0 commit comments

Comments
 (0)