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 Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git]
/
mesquite
/
mesquite.sh
blob
41fe0dae1a15244d320fb7ffe840d48058998946
1
#!/bin/bash
2
3
for
arg
4
do
5
cmd
=
"
$cmd
$arg
"
6
done
7
8
java
-cp
/
opt
/
mesquite mesquite.Mesquite
$cmd
9
10