Revision 6304c816c9c5bd1bd60bedae42aa70b98bfeb1cf authored by John Chilton on 15 January 2015, 21:01:33 UTC, committed by John Chilton on 15 January 2015, 21:01:33 UTC
1 parent 136239b
Raw File
set_metadata.sh
#!/bin/sh

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