Raw File
set_metadata.sh
#!/bin/sh

cd `dirname $0`
python ./scripts/set_metadata.py $@
back to top