diff options
Diffstat (limited to 'include/shell.sh')
-rw-r--r-- | include/shell.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/shell.sh b/include/shell.sh index 8f6f6f04bb..6ee0cf6030 100644 --- a/include/shell.sh +++ b/include/shell.sh @@ -13,10 +13,3 @@ isset() { eval "var=\"\${$1}\"" [ -n "$var" ] } - -md5s() { - cat "$@" | ( - md5sum 2>/dev/null || - md5 - ) | awk '{print $1}' -} |