Archived
3 lines
64 B
Bash
Executable File
3 lines
64 B
Bash
Executable File
#!/bin/sh
|
|
md5 "$@" | sed -e 's,.* (\([^)]*\)) = \(.*\),\2 \1,'
|