Raw File
manage_tools.sh
#!/bin/sh

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