mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-05 22:19:32 +01:00
3 lines
25 B
Plaintext
3 lines
25 B
Plaintext
|
#!/bin/sh
|
||
|
cat "$@" | md5
|