Fixing dependency; upkeep

This commit is contained in:
2020-11-25 11:54:06 -06:00
parent e505628407
commit 8c3919fefa
7 changed files with 45 additions and 40 deletions

9
captivecrypto Normal file
View File

@@ -0,0 +1,9 @@
#!/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"