mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-27 20:04:24 +08:00
3 lines
25 B
Plaintext
3 lines
25 B
Plaintext
|
#!/bin/sh
|
||
|
cat "$@" | md5
|