repo.or.cz
/
git-darcs-import.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Follow upstream changes -- Bytestring updates
[git-darcs-import.git]
/
tests
/
example.sh
blob
8e8089b08c3551d1a940afc7961c686dd7b29e0f
1
#!/usr/bin/env bash
2
set -ev
3
4
not
() {
"$@"
&&
exit
1
||
:; }
5
alias pwd
=
hspwd
6
7
rm
-rf
temp1 temp2
8
mkdir temp1
9
cd
temp1
10
darcs init
11
cd
..
12
13
rm
-rf
temp1 temp2