Skip to content
Snippets Groups Projects

New update_fsl_package script

Merged Paul McCarthy requested to merge mnt/update-fsl-package into master
5 files
+ 689
35
Compare changes
  • Side-by-side
  • Inline
Files
5
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