index
:
sand-leek
fancy-monitor
master
opencl
sem-dep
Experimental CPU-bound (soon GPU) vanity onion address generator
David Phillips
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
001-error-no-args.test
/
run.sh
blob: fae5bd4adf4e680d2b1d6cfcecb199a8a83d6147 (
plain
)
1
2
3
4
5
6
7
8
#!/bin/sh
${EXECUTABLE}
-A
if
[
$?
-eq
0
];
then
exit
1
else
exit
0
fi