projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar7: backport small fixes from linux-mips
[openwrt.git]
/
include
/
shell.sh
diff --git
a/include/shell.sh
b/include/shell.sh
index
1e60692
..
f6be6c5
100644
(file)
--- a/
include/shell.sh
+++ b/
include/shell.sh
@@
-28,3
+28,7
@@
trapret() {(
}
}
)}
}
}
)}
+
+md5s() {
+ which md5sum 2>&1 >/dev/null && md5sum "$@" | awk '{print $1}' || md5 "$@"
+}
This page took
0.025313 seconds
and
4
git commands to generate.