mirror of
https://github.com/brmlab/timingattack.git
synced 2025-06-07 16:44:00 +02:00
4 lines
110 B
Bash
Executable file
4 lines
110 B
Bash
Executable file
#!/bin/bash
|
|
. libs.sh
|
|
|
|
java -Dfile.encoding=UTF-8 -classpath $CP cz.cvut.keyczar.homework.CreateSignedFile $@
|