Added JavaCard stuff.
This commit is contained in:
6
bin/converter
Executable file
6
bin/converter
Executable file
@@ -0,0 +1,6 @@
|
||||
DIR=`dirname $0`
|
||||
|
||||
CLASSPATH=$DIR/../javacard/bin/converter.jar:$CLASSPATH
|
||||
JFLAGS="-classpath $CLASSPATH"
|
||||
|
||||
java $JFLAGS com.sun.javacard.converter.Converter "$@"
|
||||
4
bin/shadysim
Executable file
4
bin/shadysim
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR=`dirname $0`
|
||||
python $DIR/../shadysim/shadysim.py $@
|
||||
Reference in New Issue
Block a user