sync.sh: exit on error
This commit is contained in:
parent
acb1089dd5
commit
e382f41522
1 changed files with 2 additions and 0 deletions
2
sync.sh
2
sync.sh
|
@ -1,5 +1,7 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
cd "$(dirname $0)"
|
cd "$(dirname $0)"
|
||||||
|
|
||||||
mkdir -p .emacs.d/
|
mkdir -p .emacs.d/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue