repo.or.cz
/
arla.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
steps to support modern FreeBSD. After Robert Watson <rwatson@FreeBSD.org> and Alec...
[arla.git]
/
tests
/
write-and-stat
blob
b7f500e5653391774f1b8ff766d65eb2fd169a87
1
#!/bin/sh
2
# $Id$
3
4
cat
>
foo.sh
<<EOF
5
echo foo
6
test -f bar
7
echo bar
8
EOF
9
10
sh foo.sh
>
bar
11
12
grep
foo bar ||
exit
1
13
14
exit
0