Revision cf64a220d2417dd104366d867d212ca37f256b74 authored by John Chilton on 15 January 2015, 21:01:30 UTC, committed by John Chilton on 15 January 2015, 21:01:30 UTC
1 parent 68c0623
Raw File
set_metadata.sh
#!/bin/sh

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