projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
kernel: clean up scheduler default config and kmod-sched kconfig symbols, enable...
[openwrt.git]
/
include
/
shell.sh
diff --git
a/include/shell.sh
b/include/shell.sh
index
1e60692
..
634beed
100644
(file)
--- a/
include/shell.sh
+++ b/
include/shell.sh
@@
-28,3
+28,10
@@
trapret() {(
}
}
)}
+
+md5s() {
+ cat "$@" | (
+ md5sum 2>/dev/null ||
+ md5
+ ) | awk '{print $1}'
+}
This page took
0.023806 seconds
and
4
git commands to generate.