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