Fixing dependency; upkeep
This commit is contained in:
7
cryptoworkbench
Normal file
7
cryptoworkbench
Normal 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
|
Reference in New Issue
Block a user