mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
5 lines
99 B
Bash
5 lines
99 B
Bash
#!/bin/sh
|
|
|
|
cd `dirname $0`/../..
|
|
python ./scripts/migrate_tools/migrate_tools.py 0002_tools.xml $@
|