repo.or.cz
/
qpms.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Scrap the ss->per flexible array thing to avoid excessive mess.
[qpms.git]
/
besseltransforms
/
runit.sh
blob
d277388e6537c23dd23a6eed5de92cb05ca514cd
1
#!/bin/bash
2
K
=
$1
3
Q
=
$2
4
N
=
$3
5
module load mathematica
6
cat
-
vzor.m
<<<
"
7
kk=
$K
;
8
qq=
$Q
;
9
nn=
$N
;
10
"
| math
-noprompt
>
"
${K}-${Q}-${N}
"
11