CryptoWorkbench/captivecrypto

10 lines
215 B
Plaintext
Raw Permalink Normal View History

2020-11-25 11:54:06 -06:00
#!/bin/bash
if [ $(pgrep -afc CryptoWorkbench) -gt 10 ]; then
echo All slots used -- you\'ll have to wait.
sleep 5
exit;
fi
exec bash -c "time mono /opt/aninix/CryptoWorkbench/shell.exe --blind; read"