Skip to content

Commit

Permalink
set -e, makes error a bit more intelligible
Browse files Browse the repository at this point in the history
  • Loading branch information
anttikantee committed Apr 8, 2014
1 parent 92f4772 commit 6cd8dc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mkremote.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -e

NAME=$1

shift
Expand Down

0 comments on commit 6cd8dc2

Please sign in to comment.