Skip to content
Snippets Groups Projects

New update_fsl_package script

Merged Paul McCarthy requested to merge mnt/update-fsl-package into master
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
bin/fslipython 0 → 100755
+ 8
0
#!/bin/sh
if [ "$FSLDIR" = "" ] ; then
echo "FSLDIR has not been set!"
exit 1
fi
exec ${FSLDIR}/bin/python -m IPython "$@"
Loading