mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
5 lines
63 B
Bash
5 lines
63 B
Bash
#!/bin/sh
|
|
|
|
cd `dirname $0`
|
|
python ./scripts/manage_tools.py $@
|