CryptoWorkbench/cryptoworkbench

8 lines
157 B
Plaintext
Raw Normal View History

2020-11-25 11:54:06 -06:00
#!/bin/bash
if [ -n "$1" ]; then
time mono /opt/aninix/CryptoWorkbench/shell.exe "$1";
else
time mono /opt/aninix/CryptoWorkbench/shell.exe;
fi
read