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 21 20:03:50 UTC 2012
[aur-mirror.git]
/
fiosign
/
fiosign
blob
0b1ad8bea6e375ea2f0a41140ab92833a17cd066
1
#!/bin/bash
2
3
PWD
=
$
(
pwd
)
4
cd
/
usr
/
shar
e
/
fiosign
5
BCPROV
=
$
(
ls
-1
bcprov-
*-*
.jar
)
6
java
-cp
$BCPROV
:
fiosign.jar com.fio.signer.MainFrame
7
cd
$PWD