Files
CryptoWorkbench/bash.cryptoworkbench
T

8 lines
133 B
Bash
Raw Normal View History

2016-08-04 12:10:50 -05:00
#!/bin/bash
if [ "$1" != "" ]; then
time mono /opt/cryptoworkbench.exe "$1";
else
time mono /opt/cryptoworkbench.exe
fi
read