https://github.com/galaxyproject/galaxy
Raw File
Tip revision: cee85bae67377d3fad42bec5b4ebb022aaf7b2c7 authored by Nate Coraor on 24 February 2016, 16:18:19 UTC
Security fixes for tool shed repository browsing
Tip revision: cee85ba
manage_tools.sh
#!/bin/sh

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