index
:
~aehlig/just-buildsystem/bootstrappable-toolchain.git
master
A C/C++ toolchain bootstrappable out of a C compiler (with libc) and /bin/sh.
Klaus Aehlig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test.sh
blob: 1039343111506ce071bbb1e14c2f20b167e24e76 (
plain
)
1
2
3
4
5
#!/bin/sh set -e [ "$(./bin/helloworld)" = "Hello world!" ]