Skip to content

Instantly share code, notes, and snippets.

@ikait
Created May 20, 2015 05:35
Show Gist options
  • Save ikait/50665efec3f63a28da41 to your computer and use it in GitHub Desktop.
Save ikait/50665efec3f63a28da41 to your computer and use it in GitHub Desktop.
pyssim で変換する。ファイル名も出せるように
#!/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