rewrite decryption logic
This commit is contained in:
@@ -1 +0,0 @@
|
||||
../compatibility.sh
|
||||
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash -e
|
||||
# $File: compatibility.sh
|
||||
# $Date: Tue Jun 16 22:23:36 2015 +0800
|
||||
# Author: Vury Leo <i[at]vuryleo[dot]com>
|
||||
|
||||
if [ `uname` = 'Darwin' ]; then
|
||||
GREP='grep -E'
|
||||
MD5SUM='md5'
|
||||
else
|
||||
GREP='grep -E'
|
||||
MD5SUM='md5sum'
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user