Created
May 20, 2015 05:35
-
-
Save ikait/50665efec3f63a28da41 to your computer and use it in GitHub Desktop.
pyssim で変換する。ファイル名も出せるように
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
function cmp_ssim() { | |
echo $1 | |
pyssim $1 $2 | |
} | |
cmp_ssim $1 $2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment