mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-10 17:05:39 +00:00
3 lines
25 B
Plaintext
3 lines
25 B
Plaintext
|
#!/bin/sh
|
||
|
cat "$@" | md5
|