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
don't install make-mac-package.sh
[arla.git]
/
tests
/
hello-world.in
blob
09a7a5a5da2aa1e25f97f06ddaf95d2e38d19f35
1
#!/bin/sh
2
# $Id$
3
cat
<<FOO > foo.c
4
int main() { return 0; }
5
FOO
6
%
CC
%
-o
foo foo.c ||
exit
1
7
.
/
foo ||
exit
1
8
rm
-f
foo foo.c