library.sh 79 B

123456
  1. if type "pypy" > /dev/null; then
  2. python="pypy"
  3. else
  4. python="python"
  5. fi