index
:
~aehlig/just-buildsystem/rules-rust.git
master
Rust rules for the just build system
Klaus Aehlig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
c-from-rust
/
check_ints.sh
blob: 00780c398cb6a6d3b749f9f7b692f6f8f31dd155 (
plain
)
1
2
3
4
5
set -e for i in `seq 1 42`; do ./main -$i | grep " -$i is $i" done