Skip to content
Snippets Groups Projects
Commit 4a80ba28 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Renamed imcp/immv to fslpy_imcp/immv, to avoid naming conflicts. The

idea is to have $FSLDIR/bin/imcp\/immv call these scripts.
parent 7a6b505a
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python #!/usr/bin/env python
# #
# immv.py - Copy image files. # imcp - Copy image files.
# #
# Author: Paul McCarthy <paulmc@fmrib.ox.ac.uk> # Author: Paul McCarthy <paulmc@fmrib.ox.ac.uk>
# #
......
#!/usr/bin/env python #!/usr/bin/env python
# #
# immv.py - Move image files. # immv - Move image files.
# #
# Author: Paul McCarthy <paulmc@fmrib.ox.ac.uk> # Author: Paul McCarthy <paulmc@fmrib.ox.ac.uk>
# #
......
...@@ -61,7 +61,7 @@ setup( ...@@ -61,7 +61,7 @@ setup(
test_suite='tests', test_suite='tests',
scripts=[ scripts=[
op.join('bin', 'imcp'), op.join('bin', 'fslpy_imcp'),
op.join('bin', 'immv'), op.join('bin', 'fslpy_immv'),
] ]
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment