3 lines
25 B
Bash
Executable File
3 lines
25 B
Bash
Executable File
#!/bin/sh
|
|
cat "$@" | md5
|
#!/bin/sh
|
|
cat "$@" | md5
|