Revision e3b9e64efb5c3716d09b9a247accded8539c79f8 authored by Dannon Baker on 23 February 2015, 16:24:53 UTC, committed by Dannon Baker on 23 February 2015, 16:24:53 UTC
1 parent e2a5756
Raw File
create_db.sh
#!/bin/sh

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