repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git]
/
readseq
/
readseq.sh
blob
c3f30e95e6161ad0e9f94c35ed8389d43071bc48
1
#!/bin/bash
2
3
for
arg
4
do
5
cmd
=
"
$cmd
$arg
"
6
done
7
8
if
[
${#cmd}
-eq
0
];
then
9
java
-cp
/
usr
/
shar
e
/
java
/
readseq
/
readseq.jar app
10
else
11
java
-cp
/
usr
/
shar
e
/
java
/
readseq
/
readseq.jar
$cmd
12
fi
13