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

7
cryptoworkbench Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
if [ -n "$1" ]; then
time mono /opt/aninix/CryptoWorkbench/shell.exe "$1";
else
time mono /opt/aninix/CryptoWorkbench/shell.exe;
fi
read