Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
d6e4554a
Commit
d6e4554a
authored
Feb 07, 2018
by
Matthew Webster
Committed by
Paul McCarthy
Feb 08, 2018
Browse files
Moved scripts
parent
0f7d9aa5
Changes
2
Hide whitespace changes
Inline
Side-by-side
.conda/post-link.sh
View file @
d6e4554a
if
[
-e
${
FSLDIR
}
/
bin
/requestFSLpythonLink.sh
]
;
then
$FSLDIR
/
bin
/requestFSLpythonLink.sh atlasquery atlasq imcp immv imglob
if
[
-e
${
FSLDIR
}
/
etc/fslconf
/requestFSLpythonLink.sh
]
;
then
$FSLDIR
/
etc/fslconf
/requestFSLpythonLink.sh atlasquery atlasq imcp immv imglob
fi
.conda/pre-unlink.sh
View file @
d6e4554a
if
[
-e
${
FSLDIR
}
/
bin
/requestFSLpythonUnlink.sh
]
;
then
$FSLDIR
/
bin
/requestFSLpythonUnlink.sh atlasquery atlasq imcp immv imglob
if
[
-e
${
FSLDIR
}
/
etc/fslconf
/requestFSLpythonUnlink.sh
]
;
then
$FSLDIR
/
etc/fslconf
/requestFSLpythonUnlink.sh atlasquery atlasq imcp immv imglob
fi
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment