mirror of
https://github.com/brmlab/timingattack.git
synced 2025-12-15 07:53:59 +01: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 $@
|