dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

dropdowncalc (278B)


      1 #!/bin/sh
      2 ([ -x /usr/bin/julia ] && julia) || \
      3 ipython-3 -i -c 'import numpy as np; import matplotlib.pyplot as plt' || \
      4 ipython3 -i -c 'import numpy as np; import matplotlib.pyplot as plt' || \
      5 ipython-3 || \
      6 ipython3 || \
      7 ipython || \
      8 ipython || \
      9 python3 -q || \
     10 python -q